mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 04:46:10 +01:00
12 lines
179 B
SCSS
12 lines
179 B
SCSS
.gas-details-item {
|
|
&__gas-fee-warning {
|
|
color: var(--secondary-1);
|
|
}
|
|
|
|
&__currency-container,
|
|
&__gasfee-label {
|
|
position: relative;
|
|
white-space: nowrap;
|
|
}
|
|
}
|