mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 02:58:09 +01:00
15 lines
191 B
SCSS
15 lines
191 B
SCSS
|
.advanced-gas-fee-gas-limit {
|
||
|
white-space: nowrap;
|
||
|
|
||
|
> * {
|
||
|
margin-right: 4px;
|
||
|
}
|
||
|
|
||
|
a.advanced-gas-fee-gas-limit__edit-link {
|
||
|
@include H7;
|
||
|
|
||
|
padding: 0;
|
||
|
width: auto;
|
||
|
}
|
||
|
}
|