mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
27 lines
436 B
SCSS
27 lines
436 B
SCSS
.typography.gas-timing {
|
|
color: var(--color-text-alternative);
|
|
|
|
&--positive {
|
|
color: var(--color-success-default);
|
|
font-weight: bold;
|
|
}
|
|
|
|
&--warning {
|
|
color: var(--color-warning-default);
|
|
}
|
|
|
|
&--negative {
|
|
color: var(--color-warning-default);
|
|
font-weight: bold;
|
|
}
|
|
|
|
.info-tooltip {
|
|
display: inline-block;
|
|
margin-inline-start: 4px;
|
|
|
|
path {
|
|
fill: var(--color-error-default);
|
|
}
|
|
}
|
|
}
|