1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/ui/components/app/gas-details-item/index.scss
2022-03-18 19:43:10 -05:00

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;
}
}