mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Empty placeholder component. CSS fixes.
This commit is contained in:
parent
cd76cc895f
commit
e309376150
8 changed files with 85 additions and 19 deletions
7
components/common/EmptyPlaceholder.module.css
Normal file
7
components/common/EmptyPlaceholder.module.css
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
.placeholder {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
min-height: 600px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue