2021-07-02 21:12:13 +02:00
|
|
|
.typography.gas-timing {
|
2022-01-06 18:35:49 +01:00
|
|
|
color: var(--ui-4);
|
2021-07-02 21:12:13 +02:00
|
|
|
|
|
|
|
&--positive {
|
2022-01-06 18:35:49 +01:00
|
|
|
color: var(--success-3);
|
2021-07-02 21:12:13 +02:00
|
|
|
}
|
|
|
|
|
2022-01-22 01:23:02 +01:00
|
|
|
&--positive-V2 {
|
|
|
|
color: var(--success-3);
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2021-07-02 21:12:13 +02:00
|
|
|
&--warning {
|
2022-01-06 18:35:49 +01:00
|
|
|
color: var(--alert-3);
|
2021-07-02 21:12:13 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&--negative {
|
2022-01-06 18:35:49 +01:00
|
|
|
color: var(--error-1);
|
2021-08-15 00:46:55 +02:00
|
|
|
font-weight: bold;
|
2021-07-02 21:12:13 +02:00
|
|
|
}
|
|
|
|
|
2021-11-12 04:22:54 +01:00
|
|
|
&--negative-V2 {
|
2022-01-06 18:35:49 +01:00
|
|
|
color: var(--secondary-1);
|
2021-11-12 04:22:54 +01:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2021-07-02 21:12:13 +02:00
|
|
|
.info-tooltip {
|
|
|
|
display: inline-block;
|
|
|
|
margin-inline-start: 4px;
|
2021-07-30 15:00:02 +02:00
|
|
|
|
|
|
|
path {
|
2022-01-06 18:35:49 +01:00
|
|
|
fill: var(--error-1);
|
2021-07-30 15:00:02 +02:00
|
|
|
}
|
2021-07-02 21:12:13 +02:00
|
|
|
}
|
|
|
|
}
|