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) {
|
infoButton (onClick) {
|
||||||
return <i className="fas fa-info-circle" onClick={onClick} />
|
return <i className="fa fa-info-circle" onClick={onClick} />
|
||||||
}
|
}
|
||||||
|
|
||||||
renderDataSummary (totalFee, millisecondsRemaining) {
|
renderDataSummary (totalFee, millisecondsRemaining) {
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
.advanced-tab {
|
.advanced-tab {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
border-bottom: 1px solid $alto;
|
|
||||||
height: 430px;
|
height: 430px;
|
||||||
|
|
||||||
&__transaction-data-summary,
|
&__transaction-data-summary,
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
margin-bottom: 22px;
|
||||||
|
|
||||||
&__title {
|
&__title {
|
||||||
margin-top: 19px;
|
margin-top: 19px;
|
||||||
|
@ -53,6 +53,5 @@
|
|||||||
background: white;
|
background: white;
|
||||||
color: $dusty-gray;
|
color: $dusty-gray;
|
||||||
border-top: 1px solid $mischka;
|
border-top: 1px solid $mischka;
|
||||||
margin-top: 22px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user