2021-07-02 21:12:13 +02:00
|
|
|
.typography.gas-timing {
|
2022-03-19 01:43:10 +01:00
|
|
|
color: var(--color-text-alternative);
|
2021-07-02 21:12:13 +02:00
|
|
|
|
|
|
|
&--positive {
|
2022-03-19 01:43:10 +01:00
|
|
|
color: var(--color-success-default);
|
2022-01-22 01:23:02 +01:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2021-07-02 21:12:13 +02:00
|
|
|
&--warning {
|
2022-03-19 01:43:10 +01:00
|
|
|
color: var(--color-warning-default);
|
2021-07-02 21:12:13 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&--negative {
|
2022-05-25 17:35:36 +02:00
|
|
|
color: var(--color-warning-default);
|
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-03-19 01:43:10 +01:00
|
|
|
fill: var(--color-error-default);
|
2021-07-30 15:00:02 +02:00
|
|
|
}
|
2021-07-02 21:12:13 +02:00
|
|
|
}
|
|
|
|
}
|