handling font-bold and font-light for taxonomy and sub taxonomy filters
This commit is contained in:
parent
4272440c43
commit
8a01c5e0e9
|
|
@ -101,6 +101,9 @@
|
|||
|
||||
&.checkbox-choice-parent {
|
||||
@apply px-2 rounded-2xl;
|
||||
> label {
|
||||
@apply font-bold;
|
||||
}
|
||||
}
|
||||
&.checkbox-choice-parent:has(.child-checkbox:checked) {
|
||||
transition: all 0.3s ease;
|
||||
|
|
@ -144,7 +147,7 @@
|
|||
&__search-by {
|
||||
@apply flex flex-col gap-4 mt-4;
|
||||
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 {
|
||||
@apply bg-white rounded-lg p-4 shadowed flex justify-between cursor-pointer;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user