umami/components/common/EmptyPlaceholder.module.css
2020-10-13 18:24:27 -07:00

12 lines
165 B
CSS

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