mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-24 00:19:21 +00:00
style: fix missing overrides (#666)
* style: fix missing overrides * style: fix recover idle colour
This commit is contained in:
@@ -13,7 +13,7 @@ $half-hours: min(1.5vh, 10px);
|
|||||||
$size-min: min(2.5vh, 18px);
|
$size-min: min(2.5vh, 18px);
|
||||||
$half-min: min(1.25vh, 9px);
|
$half-min: min(1.25vh, 9px);
|
||||||
$red-active: #c53030;
|
$red-active: #c53030;
|
||||||
$red-idle: #000000;
|
$red-idle: #300000;
|
||||||
$cyan-active: #0ff;
|
$cyan-active: #0ff;
|
||||||
$cyan-idle: #0aa;
|
$cyan-idle: #0aa;
|
||||||
|
|
||||||
@@ -109,7 +109,8 @@ $cyan-idle: #0aa;
|
|||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
|
|
||||||
&--overtime {
|
&--overtime {
|
||||||
color: darken($red-active, 10%);
|
color: var(--studio-active, $red-active);
|
||||||
|
filter: brightness(0.9);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -133,7 +134,7 @@ $cyan-idle: #0aa;
|
|||||||
color: var(--studio-active, $red-active);
|
color: var(--studio-active, $red-active);
|
||||||
|
|
||||||
&--idle {
|
&--idle {
|
||||||
color: var(--studio-idle, $red-active);
|
color: var(--studio-idle, $red-idle);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user