mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-06 16:03:52 +00:00
6c6f5c2c0f
feat: locked presets refactor: simplify locked param refactor: create share links
21 lines
255 B
SCSS
21 lines
255 B
SCSS
.emptyContainer {
|
|
width: 100%;
|
|
color: $white-10;
|
|
|
|
.emptyCell {
|
|
margin-inline: auto;
|
|
text-align: center;
|
|
padding-top: 10vh;
|
|
}
|
|
|
|
.empty {
|
|
width: 100%;
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.text {
|
|
font-weight: 600;
|
|
font-size: 2em;
|
|
}
|
|
}
|