mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
14 lines
212 B
SCSS
14 lines
212 B
SCSS
.advanced-gas-fee-defaults {
|
|
border-top: 1px solid var(--color-border-muted);
|
|
padding-top: 16px;
|
|
|
|
& &__checkbox {
|
|
font-size: $font-size-h4;
|
|
margin: 0 8px;
|
|
}
|
|
|
|
&__label {
|
|
display: flex;
|
|
}
|
|
}
|