handling font-bold and font-light for taxonomy and sub taxonomy filters

This commit is contained in:
Antoine M 2025-01-07 09:34:42 +01:00
parent 4272440c43
commit 8a01c5e0e9

View File

@ -101,6 +101,9 @@
&.checkbox-choice-parent { &.checkbox-choice-parent {
@apply px-2 rounded-2xl; @apply px-2 rounded-2xl;
> label {
@apply font-bold;
}
} }
&.checkbox-choice-parent:has(.child-checkbox:checked) { &.checkbox-choice-parent:has(.child-checkbox:checked) {
transition: all 0.3s ease; transition: all 0.3s ease;
@ -144,7 +147,7 @@
&__search-by { &__search-by {
@apply flex flex-col gap-4 mt-4; @apply flex flex-col gap-4 mt-4;
legend { legend {
@apply block text-neutral-400 uppercase !text-base tracking-wider mb-4; @apply block !text-neutral-400 font-normal uppercase !text-base tracking-wider mb-4;
} }
.search-radio-card { .search-radio-card {
@apply bg-white rounded-lg p-4 shadowed flex justify-between cursor-pointer; @apply bg-white rounded-lg p-4 shadowed flex justify-between cursor-pointer;