handling plus loin colors

This commit is contained in:
Antoine M 2023-12-21 12:29:49 +01:00
parent 2fcbc6d883
commit 2d2670f0dd

View File

@ -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;
}