mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 19:10:22 +01:00
9 lines
148 B
SCSS
9 lines
148 B
SCSS
|
.base-fee-input {
|
||
|
a.base-fee-input__edit-link {
|
||
|
display: inline;
|
||
|
font-size: $font-size-h7;
|
||
|
padding: 0;
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
}
|