mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
35 lines
455 B
SCSS
35 lines
455 B
SCSS
|
.advanced-gas-controls {
|
||
|
&__row {
|
||
|
margin-bottom: 20px;
|
||
|
}
|
||
|
|
||
|
&__row-heading {
|
||
|
display: flex;
|
||
|
}
|
||
|
|
||
|
.info-tooltip {
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
&__row-heading-detail {
|
||
|
flex-grow: 1;
|
||
|
align-self: center;
|
||
|
}
|
||
|
|
||
|
&__row-error,
|
||
|
&__row--error h6 {
|
||
|
color: $error-1 !important;
|
||
|
padding-top: 6px;
|
||
|
}
|
||
|
|
||
|
h6 {
|
||
|
padding-bottom: 6px;
|
||
|
margin-inline-end: 6px;
|
||
|
}
|
||
|
|
||
|
i {
|
||
|
color: #dadada;
|
||
|
font-size: $font-size-h7;
|
||
|
}
|
||
|
}
|