Files
ontime/apps/client/src/common/components/state/Empty.module.scss
T
2024-03-06 22:42:20 +01:00

16 lines
185 B
SCSS

.emptyContainer {
width: 100%;
text-align: center;
color: $white-10;
.empty {
width: 100%;
opacity: 0.6;
}
.text {
font-weight: 600;
font-size: 2em;
}
}