1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-02 22:24:27 +01:00
metamask-extension/ui/components/app/gas-timing/index.scss

36 lines
587 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);
}
&--positive-V2 {
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 {
2022-03-19 01:43:10 +01:00
color: var(--color-error-default);
font-weight: bold;
}
&--negative-V2 {
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);
}
}
}