mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-07 08:23:55 +00:00
cb8ba776e2
* refactor: remove info panel * feat: editor panel * wip: event info in drawer * chore: update tests * chore: add scss to processor
7 lines
103 B
SCSS
7 lines
103 B
SCSS
.wrapper {
|
|
background: $bg-container-l1;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: max(16px, 2vh);
|
|
}
|