mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
11 lines
148 B
SCSS
11 lines
148 B
SCSS
.gas-details-item {
|
|
&__gas-fee-warning {
|
|
color: $secondary-1;
|
|
}
|
|
|
|
&__currency-container,
|
|
&__gasfee-label {
|
|
position: relative;
|
|
}
|
|
}
|