19 lines
253 B
CSS
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;
|
|
}
|