Initial commit

This commit is contained in:
2025-10-04 18:22:24 +03:00
commit 2852c2c054
291 changed files with 38109 additions and 0 deletions

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