mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 19:10:22 +01:00
22 lines
299 B
SCSS
22 lines
299 B
SCSS
.advanced-gas-fee-input-subtext {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: 2px;
|
|
color: $ui-4;
|
|
font-size: $font-size-h8;
|
|
|
|
&__label {
|
|
font-weight: bold;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
&__value {
|
|
position: relative;
|
|
}
|
|
|
|
img {
|
|
height: 16px;
|
|
margin-right: 8px;
|
|
}
|
|
}
|