feat: search empty state

This commit is contained in:
Jannat Patel
2021-11-19 19:12:19 +05:30
parent 36150d5b09
commit f3d7f09476
3 changed files with 28 additions and 0 deletions

View File

@@ -1454,3 +1454,10 @@ pre {
border: none;
margin: 0 6px;
}
.search-empty-state {
text-align: center;
position: relative;
top: 4rem;
margin-bottom: 5rem;
}