Fix more button. Added NoData component.
This commit is contained in:
7
components/common/NoData.module.css
Normal file
7
components/common/NoData.module.css
Normal file
@@ -0,0 +1,7 @@
|
||||
.container {
|
||||
color: var(--gray500);
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
Reference in New Issue
Block a user