feat(monthly): turn filter, order and search into a single bar

This commit is contained in:
Herculino Trotta
2025-08-19 13:39:57 -03:00
parent 5ca531f47d
commit 7301d9f475
2 changed files with 102 additions and 56 deletions

View File

@@ -49,3 +49,7 @@ $theme-colors: map.merge(
.offcanvas-size-sm {
--#{$prefix}offcanvas-width: min(95vw, 250px) !important;
}
.dropdown-toggle.dropdown-toggle-no-icon::after {
display:none;
}