From 8a01c5e0e957e6aead181af46b845ccb8d45cda2 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 7 Jan 2025 09:34:42 +0100 Subject: [PATCH] handling font-bold and font-light for taxonomy and sub taxonomy filters --- resources/css/pages/repertoire-metiers.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/css/pages/repertoire-metiers.css b/resources/css/pages/repertoire-metiers.css index 83afbc7..7a94d52 100644 --- a/resources/css/pages/repertoire-metiers.css +++ b/resources/css/pages/repertoire-metiers.css @@ -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;