Files
ontime/apps/client/src/features/rundown/rundown-event/composite/RundownEventProgressBar.module.scss
T
2026-07-14 11:25:22 +02:00

8 lines
107 B
SCSS

.progressBar {
height: 100%;
width: 0;
border-radius: 1px 0 0 1px;
background-color: $gray-200;
}