mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-07 15:29:10 +00:00
refactor: create separation between editor wrapper and contents
This commit is contained in:
committed by
Carlos Valente
parent
1d7ee163a0
commit
972f9e35fd
@@ -0,0 +1,11 @@
|
||||
.flexPanel {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.contentLayout {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: $section-spacing;
|
||||
color: $ui-white;
|
||||
padding-top: $panel-top-padding;
|
||||
}
|
||||
Reference in New Issue
Block a user