mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-29 23:58:06 +01:00
bc6c60cde1
This reverts commit4d42715220
, reversing changes made tof09ab88891
.
12 lines
189 B
SCSS
12 lines
189 B
SCSS
.gas-details-item {
|
|
&__gas-fee-warning {
|
|
color: var(--color-warning-default);
|
|
}
|
|
|
|
&__currency-container,
|
|
&__gasfee-label {
|
|
position: relative;
|
|
white-space: nowrap;
|
|
}
|
|
}
|