added new enhancements for filters

This commit is contained in:
Luca Haid
2025-09-26 17:20:50 +02:00
parent 56e8397e93
commit 8c1baa14af
2 changed files with 57 additions and 17 deletions
@@ -13,7 +13,7 @@ body {
.cpe-provisioning-page .filter-actions {
display: flex;
gap: 0.5rem;
padding-bottom: 0.25rem;
padding-bottom: 1rem;
}
.loading-indicator, .no-results-indicator {
text-align: center;
@@ -153,4 +153,8 @@ body {
grid-template-columns: 1fr;
gap: 0.75rem;
}
}
.tt-switch {
margin-bottom: 0 !important;
}