Initial commit
This commit is contained in:
18
src/pages/search/search.module.css
Normal file
18
src/pages/search/search.module.css
Normal file
@@ -0,0 +1,18 @@
|
||||
.noResults {
|
||||
text-align: center;
|
||||
padding: 48px 24px;
|
||||
}
|
||||
|
||||
.noResultsText {
|
||||
font-size: 16px !important;
|
||||
color: #6b7280 !important;
|
||||
}
|
||||
|
||||
.searchIcon {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
:global(.darkApp) .noResultsText {
|
||||
color: #9ca3af !important;
|
||||
}
|
||||
Reference in New Issue
Block a user