1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-24 19:10:22 +01:00
metamask-extension/ui/components/app/advanced-gas-fee-popover/advanced-gas-fee-input-subtext/index.scss

18 lines
257 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;
}
img {
height: 16px;
margin-right: 8px;
}
}