You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
589 B
35 lines
589 B
.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-secondary-default);
|
|
font-weight: bold;
|
|
}
|
|
|
|
.info-tooltip {
|
|
display: inline-block;
|
|
margin-inline-start: 4px;
|
|
|
|
path {
|
|
fill: var(--color-error-default);
|
|
}
|
|
}
|
|
}
|
|
|