1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-02 14:15:06 +01:00
metamask-extension/ui/components/app/gas-details-item/index.scss

12 lines
248 B
SCSS
Raw Normal View History

.gas-details-item {
&__gas-fee-warning {
2022-03-19 01:43:10 +01:00
color: var(--color-secondary-default); //@TODO: revisit when warning color tokens are revisited
}
&__currency-container,
&__gasfee-label {
position: relative;
white-space: nowrap;
}
}