mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-07 08:23:55 +00:00
b946b245c2
* feat: create the first event from the cuesheet * chore: cleanup css * test: cuesheet beckground edit from empty state * feat: only show +event button when user is in edit mode and have full write perms
24 lines
330 B
SCSS
24 lines
330 B
SCSS
.emptyContainer {
|
|
width: 100%;
|
|
color: $white-10;
|
|
|
|
.emptyCell {
|
|
margin-inline: auto;
|
|
text-align: center;
|
|
padding-top: 10vh;
|
|
}
|
|
|
|
.inline {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 1rem;
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.text {
|
|
font-weight: 600;
|
|
font-size: 2em;
|
|
}
|
|
}
|