Improve filter form

This commit is contained in:
david 2024-10-28 22:39:17 +01:00
parent 41dc3281ad
commit fd86bdd10f
2 changed files with 10 additions and 6 deletions

View file

@ -61,4 +61,8 @@
.form-label {
font-size: 1.3rem;
}
.highlight-when-nonempty:not([value=""]) {
@extend .border-primary
}