mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-05 15:33:59 +00:00
cb8ba776e2
* refactor: remove info panel * feat: editor panel * wip: event info in drawer * chore: update tests * chore: add scss to processor
16 lines
170 B
SCSS
16 lines
170 B
SCSS
.menu {
|
|
grid-area: menu;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
gap: 0.5em;
|
|
}
|
|
|
|
.gap {
|
|
height: 1em;
|
|
}
|
|
|
|
.open {
|
|
background: $blue-700;
|
|
}
|