mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-30 08:09:15 +01:00
12 lines
248 B
SCSS
12 lines
248 B
SCSS
.gas-details-item {
|
|
&__gas-fee-warning {
|
|
color: var(--color-secondary-default); //@TODO: revisit when warning color tokens are revisited
|
|
}
|
|
|
|
&__currency-container,
|
|
&__gasfee-label {
|
|
position: relative;
|
|
white-space: nowrap;
|
|
}
|
|
}
|