1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-01 21:57:06 +01:00
metamask-extension/ui/components/app/gas-timing/index.scss
Dan Miller bc6c60cde1 Revert "Merge pull request #15063 from MetaMask/revert-v10.16.0"
This reverts commit 4d42715220, reversing
changes made to f09ab88891.
2022-06-29 13:03:10 -02:30

36 lines
587 B
SCSS

.typography.gas-timing {
color: var(--color-text-alternative);
&--positive {
color: var(--color-success-default);
}
&--positive-V2 {
color: var(--color-success-default);
font-weight: bold;
}
&--warning {
color: var(--color-warning-default);
}
&--negative {
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 {
fill: var(--color-error-default);
}
}
}