mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-11 18:33:53 +00:00
93fb48ea1c
* feat: operator view * chore: smoke test operator * refactor: small improvements from deepsource --------- Co-authored-by: arihanv <arihanvaranasi@gmail.com> Co-authored-by: arihanv <63890951+arihanv@users.noreply.github.com>
10 lines
136 B
SCSS
10 lines
136 B
SCSS
@use '../../../theme/v2Styles' as *;
|
|
|
|
.delaySymbol {
|
|
svg {
|
|
font-size: 1.5rem;
|
|
color: $ontime-delay;
|
|
margin: 0 auto;
|
|
}
|
|
}
|