style: editor tweaks (#736)

* style: menu tweaks

* style: editor tweaks

* style: freeze
This commit is contained in:
Carlos Valente
2024-01-26 14:47:27 +01:00
committed by GitHub
parent c146954a2f
commit f6557a9814
32 changed files with 178 additions and 249 deletions
@@ -1,20 +1,10 @@
// TODO: unify with RundownWrapper.module.scss
$editor-width: 25rem;
.eventEditor {
min-width: $editor-width;
background-color: $gray-1350;
max-height: 100%;
overflow-y: auto;
flex: 1;
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.header {
padding: 1rem;
}
.content {
@@ -28,19 +18,23 @@ $editor-width: 25rem;
}
.footer {
padding: 1rem;
border-top: 1px solid $white-10;
padding-top: 1rem;
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.timeSettings {
display: flex;
flex-direction: column;
gap: 0.5rem;
gap: 1rem;
}
.column {
display: flex;
flex-direction: column;
gap: 0.5rem;
gap: 1rem;
}
.inputLabel {
@@ -74,11 +68,5 @@ $editor-width: 25rem;
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 1.5rem;
row-gap: 0.5rem;
}
.eventActions {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
row-gap: 1rem;
}