umami/components/common/EmptyPlaceholder.module.css

16 lines
198 B
CSS
Raw Normal View History

.placeholder {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 600px;
}
2020-10-14 03:24:27 +02:00
.icon {
margin-bottom: 30px;
}
.msg {
margin-bottom: 15px;
}