Files
web-menu-react-version/src/pages/search/search.module.css
2025-10-04 18:22:24 +03:00

19 lines
253 B
CSS

.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;
}