mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-13 11:23:50 +00:00
cb8ba776e2
* refactor: remove info panel * feat: editor panel * wip: event info in drawer * chore: update tests * chore: add scss to processor
16 lines
186 B
SCSS
16 lines
186 B
SCSS
.emptyContainer {
|
|
width: 100%;
|
|
text-align: center;
|
|
color: $gray-1350;
|
|
|
|
.empty {
|
|
width: 100%;
|
|
opacity: 0.6;
|
|
}
|
|
|
|
.text {
|
|
font-weight: 600;
|
|
font-size: 2em;
|
|
}
|
|
}
|