1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 10:30:04 +01:00
metamask-extension/ui/components/app/gas-timing/index.scss

27 lines
436 B
SCSS
Raw Normal View History

.typography.gas-timing {
2022-03-19 01:43:10 +01:00
color: var(--color-text-alternative);
&--positive {
2022-03-19 01:43:10 +01:00
color: var(--color-success-default);
font-weight: bold;
}
&--warning {
2022-03-19 01:43:10 +01:00
color: var(--color-warning-default);
}
&--negative {
color: var(--color-warning-default);
font-weight: bold;
}
.info-tooltip {
display: inline-block;
margin-inline-start: 4px;
path {
2022-03-19 01:43:10 +01:00
fill: var(--color-error-default);
}
}
}