mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-11 18:33:53 +00:00
19 lines
273 B
SCSS
19 lines
273 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;
|
|
}
|
|
}
|