Files
ontime/apps/client/src/features/menu/MenuBar.module.scss
T
Carlos Valente cb8ba776e2 Event editor continue (#722)
* refactor: remove info panel

* feat: editor panel

* wip: event info in drawer

* chore: update tests

* chore: add scss to processor
2024-01-22 16:23:11 +01:00

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;
}