mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 22:24:27 +01:00
18 lines
265 B
SCSS
18 lines
265 B
SCSS
.gas-details-item {
|
|
&__estimate {
|
|
font-weight: 400;
|
|
font-style: italic;
|
|
font-size: 12px;
|
|
color: $Grey-500;
|
|
line-height: inherit;
|
|
}
|
|
|
|
&__gas-fee-warning {
|
|
color: $secondary-1;
|
|
}
|
|
|
|
&__currency-container {
|
|
position: relative;
|
|
}
|
|
}
|