mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 04:46:10 +01:00
31 lines
421 B
SCSS
31 lines
421 B
SCSS
.typography.gas-timing {
|
|
color: var(--ui-4);
|
|
|
|
&--positive {
|
|
color: var(--success-3);
|
|
}
|
|
|
|
&--warning {
|
|
color: var(--alert-3);
|
|
}
|
|
|
|
&--negative {
|
|
color: var(--error-1);
|
|
font-weight: bold;
|
|
}
|
|
|
|
&--negative-V2 {
|
|
color: var(--secondary-1);
|
|
font-weight: bold;
|
|
}
|
|
|
|
.info-tooltip {
|
|
display: inline-block;
|
|
margin-inline-start: 4px;
|
|
|
|
path {
|
|
fill: var(--error-1);
|
|
}
|
|
}
|
|
}
|