mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
8fcbebc546
* Updating account menu icon color * Updating design-tokens and making appropriate updates to extension styles * Adding more deprecated tags to colors * Adding spinner and removing todo comment * Remove comment * Updates * Updating snapshots * More color and ui updates * reverting transition change
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;
|
|
}
|
|
}
|