mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-07 00:13: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>
25 lines
350 B
SCSS
25 lines
350 B
SCSS
@use '../../../src/theme/v2Styles' as *;
|
|
@use '../../../src/theme/ontimeColours' as *;
|
|
|
|
.operatorContainer {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
|
|
color: $ui-white;
|
|
}
|
|
|
|
.operatorEvents {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
padding-top: 0.25rem;
|
|
|
|
overflow: auto;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 2px;
|
|
}
|
|
|
|
.spacer {
|
|
min-height: 95vh;
|
|
}
|