mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-11 02:13:48 +00:00
cb8ba776e2
* refactor: remove info panel * feat: editor panel * wip: event info in drawer * chore: update tests * chore: add scss to processor
13 lines
209 B
SCSS
13 lines
209 B
SCSS
.messageContainer {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: $section-spacing;
|
|
}
|
|
|
|
.buttonSection {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr;
|
|
gap: $element-spacing;
|
|
margin-top: -0.5rem;
|
|
}
|