mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 02:58:09 +01:00
15 lines
229 B
SCSS
15 lines
229 B
SCSS
.advanced-gas-fee-inputs {
|
|
.form-field {
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.form-field__heading-title > h6 {
|
|
font-size: $font-size-h7;
|
|
}
|
|
|
|
&__separator {
|
|
border-top: 1px solid $ui-grey;
|
|
margin: 24px 0 16px 0;
|
|
}
|
|
}
|