refactor(rundown): show locked duration group indicator

This commit is contained in:
Carlos Valente
2026-07-13 17:28:27 +02:00
committed by Carlos Valente
parent 4addb50ca4
commit 6bcfd87851
2 changed files with 23 additions and 8 deletions
@@ -82,6 +82,17 @@
margin-right: 0.25rem;
color: $ui-white;
}
.duration {
display: flex;
align-items: center;
gap: 0.25rem;
}
.lockIcon {
opacity: 0.6;
}
.over {
color: $playback-over;
.strike {