commit
4047a7ec23
378 changed files with 29334 additions and 0 deletions
15
components/common/EmptyPlaceholder.module.css
Normal file
15
components/common/EmptyPlaceholder.module.css
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
.placeholder {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
min-height: 600px;
|
||||
}
|
||||
|
||||
.icon {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.msg {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue