mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-08 17:03:53 +00:00
e204f671be
refactor: remove unused code refactor: extract loader component refactor: prevent keyword collision refactor: cleanup hook pending states
19 lines
253 B
SCSS
19 lines
253 B
SCSS
.emptyContainer {
|
|
width: 100%;
|
|
text-align: center;
|
|
color: $white-10;
|
|
|
|
.empty {
|
|
width: 100%;
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.text {
|
|
display: block;
|
|
margin-inline: auto;;
|
|
font-weight: 600;
|
|
font-size: 2em;
|
|
max-width: 600px;
|
|
}
|
|
}
|