mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
15 lines
198 B
CSS
15 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;
|
|
}
|