mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-10 01:43:43 +00:00
16 lines
185 B
SCSS
16 lines
185 B
SCSS
.emptyContainer {
|
|
width: 100%;
|
|
text-align: center;
|
|
color: $white-10;
|
|
|
|
.empty {
|
|
width: 100%;
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.text {
|
|
font-weight: 600;
|
|
font-size: 2em;
|
|
}
|
|
}
|