mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-14 03:43:50 +00:00
cb8ba776e2
* refactor: remove info panel * feat: editor panel * wip: event info in drawer * chore: update tests * chore: add scss to processor
8 lines
98 B
SCSS
8 lines
98 B
SCSS
.delaySymbol {
|
|
svg {
|
|
font-size: 1.5rem;
|
|
color: $ontime-delay;
|
|
margin: 0 auto;
|
|
}
|
|
}
|