mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-08 00:43:54 +00:00
817ebcdd26
* chore: cleanup outdated comment * style: align blocks * style: use ui-black background * chore: clarify docs * feat: event defaults * chore: cleanup
12 lines
152 B
SCSS
12 lines
152 B
SCSS
.container {
|
|
grid-area: main;
|
|
|
|
width: 100%;
|
|
padding: 1rem;
|
|
display: flex;
|
|
gap: 0.25rem;
|
|
|
|
overflow: hidden;
|
|
background-color: $ui-black;
|
|
}
|