Files
ontime/apps/client/src/common/components/state/Empty.module.scss
T
2025-02-18 14:55:24 +01:00

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;
}
}