umami/components/common/EmptyPlaceholder.module.css
2021-03-12 18:12:53 +01:00

16 lines
198 B
CSS

.placeholder {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 600px;
}
.icon {
margin-bottom: 30px;
}
.msg {
margin-bottom: 15px;
}