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:
parent
d07d40cf7c
commit
58feb24fa7
@ -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) {
|
||||
|
@ -3,7 +3,6 @@
|
||||
.advanced-tab {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
border-bottom: 1px solid $alto;
|
||||
height: 430px;
|
||||
|
||||
&__transaction-data-summary,
|
||||
|
@ -2,6 +2,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-bottom: 22px;
|
||||
|
||||
&__title {
|
||||
margin-top: 19px;
|
||||
|
@ -53,6 +53,5 @@
|
||||
background: white;
|
||||
color: $dusty-gray;
|
||||
border-top: 1px solid $mischka;
|
||||
margin-top: 22px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user