mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 11:01:41 +01:00
17 lines
231 B
SCSS
17 lines
231 B
SCSS
.advanced-gas-fee-gas-limit {
|
|
display: flex;
|
|
align-items: center;
|
|
white-space: nowrap;
|
|
|
|
> * {
|
|
margin-right: 4px;
|
|
}
|
|
|
|
a.advanced-gas-fee-gas-limit__edit-link {
|
|
@include H7;
|
|
|
|
padding: 0;
|
|
width: auto;
|
|
}
|
|
}
|