From 2d2670f0ddadcfb5d8702f8945b1ce74583e9c80 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 21 Dec 2023 12:29:49 +0100 Subject: [PATCH] handling plus loin colors --- .../editor-content/color-taxonomy-scheme.css | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/resources/css/editor-content/color-taxonomy-scheme.css b/resources/css/editor-content/color-taxonomy-scheme.css index af2dc4a..ece7c1a 100644 --- a/resources/css/editor-content/color-taxonomy-scheme.css +++ b/resources/css/editor-content/color-taxonomy-scheme.css @@ -70,6 +70,12 @@ body.akoestiek, } } + .homegrade-blocks-plus-loin .homegrade-blocks-custom-heading.has-icon { + &.has-icon:before { + @apply bg-acoustique-coproprietes-light; + } + } + .homegrade-blocks-lien-chapitre__cta:hover { @apply filter-acoustique-coproprietes; } @@ -192,6 +198,11 @@ body.energie, @apply text-energies-urbanisme; } } + .homegrade-blocks-plus-loin .homegrade-blocks-custom-heading.has-icon { + &.has-icon:before { + @apply bg-energies-urbanisme-light; + } + } .homegrade-blocks-lien-chapitre__cta:hover { @apply filter-energies-urbanisme; } @@ -315,6 +326,11 @@ body.isolation, @apply text-isolation-quotidien; } } + .homegrade-blocks-plus-loin .homegrade-blocks-custom-heading.has-icon { + &.has-icon:before { + @apply bg-isolation-quotidien-light; + } + } .homegrade-blocks-lien-chapitre__cta:hover { @apply filter-isolation-quotidien; } @@ -431,6 +447,11 @@ body.erfgoed, @apply text-patrimoine-renovation; } } + .homegrade-blocks-plus-loin .homegrade-blocks-custom-heading.has-icon { + &.has-icon:before { + @apply bg-patrimoine-renovation-light; + } + } .homegrade-blocks-lien-chapitre__cta:hover { @apply filter-patrimoine-renovation; } @@ -546,6 +567,12 @@ body.circulaire-renovatie, @apply text-location-renovation-circulaire; } } + .homegrade-blocks-plus-loin .homegrade-blocks-custom-heading.has-icon { + &.has-icon:before { + @apply bg-location-renovation-circulaire-light; + + } + } .homegrade-blocks-lien-chapitre__cta:hover { @apply filter-patrimoine-renovation; }