mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 02:58:09 +01:00
19 lines
292 B
SCSS
19 lines
292 B
SCSS
.advanced-gas-fee-gas-limit {
|
|
display: flex;
|
|
align-items: center;
|
|
white-space: nowrap;
|
|
border-top: 1px solid var(--ui-grey);
|
|
padding-top: 16px;
|
|
|
|
> * {
|
|
margin-right: 4px;
|
|
}
|
|
|
|
a.advanced-gas-fee-gas-limit__edit-link {
|
|
@include H7;
|
|
|
|
padding: 0;
|
|
width: auto;
|
|
}
|
|
}
|