mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-14 11:53:49 +00:00
refactor: small style tweaks
refactor: consistent font size on inputs refactor: style tweaks for block spacing refactor: improve skipped styles fix: improve responsiveness in extracted rundown refactor: style tweaks to overview refactor: simplify group target duration
This commit is contained in:
committed by
Carlos Valente
parent
524721002a
commit
a358ec0f17
@@ -9,14 +9,11 @@
|
||||
letter-spacing: 0.5px;
|
||||
min-width: 5em;
|
||||
font-variant-numeric: tabular-nums;
|
||||
color: $ui-white;
|
||||
|
||||
&::after {
|
||||
content: '\200b';
|
||||
}
|
||||
|
||||
&.muted {
|
||||
color: $muted-gray;
|
||||
}
|
||||
}
|
||||
|
||||
.column {
|
||||
@@ -32,7 +29,7 @@
|
||||
gap: 0.25rem;
|
||||
}
|
||||
|
||||
&[data-state="over"] {
|
||||
&[data-state='over'] {
|
||||
.label .over {
|
||||
color: $playback-over;
|
||||
}
|
||||
@@ -41,7 +38,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
&[data-state="under"] {
|
||||
&[data-state='under'] {
|
||||
.label .under {
|
||||
color: $playback-under;
|
||||
}
|
||||
@@ -50,7 +47,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
&[data-state="muted"] {
|
||||
&[data-state='muted'] {
|
||||
.clock {
|
||||
color: $muted-gray;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user