1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Styling fixes for gas customization advanced tab content.

This commit is contained in:
Dan Miller 2018-09-09 15:17:49 -02:30
parent d07d40cf7c
commit 58feb24fa7
4 changed files with 2 additions and 3 deletions

View File

@ -39,7 +39,7 @@ export default class AdvancedTabContent extends Component {
}
infoButton (onClick) {
return <i className="fas fa-info-circle" onClick={onClick} />
return <i className="fa fa-info-circle" onClick={onClick} />
}
renderDataSummary (totalFee, millisecondsRemaining) {

View File

@ -3,7 +3,6 @@
.advanced-tab {
display: flex;
flex-flow: column;
border-bottom: 1px solid $alto;
height: 430px;
&__transaction-data-summary,

View File

@ -2,6 +2,7 @@
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 22px;
&__title {
margin-top: 19px;

View File

@ -53,6 +53,5 @@
background: white;
color: $dusty-gray;
border-top: 1px solid $mischka;
margin-top: 22px;
}
}