commit
4047a7ec23
378 changed files with 29334 additions and 0 deletions
11
components/common/NoData.module.css
Normal file
11
components/common/NoData.module.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
.container {
|
||||
color: var(--gray500);
|
||||
font-size: var(--font-size-normal);
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue