mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 06:07:06 +01:00
8fcbebc546
* Updating account menu icon color * Updating design-tokens and making appropriate updates to extension styles * Adding more deprecated tags to colors * Adding spinner and removing todo comment * Remove comment * Updates * Updating snapshots * More color and ui updates * reverting transition change
36 lines
587 B
SCSS
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);
|
|
}
|
|
}
|
|
}
|