updating taxonomy scheme for chapitrage thematique and updating color scheme name

This commit is contained in:
Antoine M 2023-10-04 17:56:44 +02:00
parent 9992f10212
commit ae2d71e0c6
5 changed files with 29 additions and 18 deletions

View File

@ -1,20 +1,15 @@
.filter-acoustique-coproprietes {
filter: invert(27%) sepia(88%) saturate(1302%)
hue-rotate(206deg) brightness(105%) contrast(114%);
filter: invert(27%) sepia(88%) saturate(1302%) hue-rotate(206deg) brightness(105%) contrast(114%);
}
.filter-energies-urbanisme {
filter: invert(28%) sepia(89%) saturate(1188%)
hue-rotate(131deg) brightness(95%) contrast(98%);
filter: invert(28%) sepia(89%) saturate(1188%) hue-rotate(131deg) brightness(95%) contrast(98%);
}
.filter-isolation-quotidien {
filter: invert(21%) sepia(94%) saturate(3059%)
hue-rotate(26deg) brightness(98%) contrast(98%);
filter: invert(21%) sepia(94%) saturate(3059%) hue-rotate(26deg) brightness(98%) contrast(98%);
}
.filter-patrimoine {
filter: invert(25%) sepia(79%) saturate(6075%)
hue-rotate(263deg) brightness(99%) contrast(96%);
.filter-patrimoine-renovation {
filter: invert(25%) sepia(79%) saturate(6075%) hue-rotate(263deg) brightness(99%) contrast(96%);
}
.filter-location {
filter: invert(13%) sepia(71%) saturate(4425%)
hue-rotate(338deg) brightness(109%) contrast(117%);
.filter-location-renovation-circulaire {
filter: invert(13%) sepia(71%) saturate(4425%) hue-rotate(338deg) brightness(109%) contrast(117%);
}

View File

@ -18,11 +18,11 @@
}
&.card-location:hover {
.cta_arrow_button {
@apply filter-location;
@apply filter-location-renovation-circulaire;
}
}
&.card-patrimoine:hover {
.cta_arrow_button {
@apply filter-patrimoine;
@apply filter-patrimoine-renovation;
}
}

View File

@ -45,6 +45,10 @@ body.acoustique,
@apply text-acoustique-coproprietes;
}
}
.homegrade-blocks-lien-chapitre__cta:hover {
@apply filter-acoustique-coproprietes;
}
}
/* PETITES COPROPRIÉTÉS — SPECIFIC */
@ -113,6 +117,9 @@ body.energies,
@apply text-energies-urbanisme;
}
}
.homegrade-blocks-lien-chapitre__cta:hover {
@apply filter-energies-urbanisme;
}
}
/* URBANISME — SPECIFIC */
@ -180,6 +187,9 @@ body.isolation,
@apply text-isolation-quotidien;
}
}
.homegrade-blocks-lien-chapitre__cta:hover {
@apply filter-isolation-quotidien;
}
}
/* AU QUOTIDIEN — SPECIFIC */
@ -245,6 +255,9 @@ body.patrimoine,
@apply text-patrimoine-renovation;
}
}
.homegrade-blocks-lien-chapitre__cta:hover {
@apply filter-patrimoine-renovation;
}
}
body.renovation,
@ -310,6 +323,9 @@ body.renovation-circulaire,
@apply text-location-renovation-circulaire;
}
}
.homegrade-blocks-lien-chapitre__cta:hover {
@apply filter-patrimoine-renovation;
}
}
/* RENOVATION CIRCULAIRE — SPECIFIC */

View File

@ -39,12 +39,12 @@
}
&.card-location:hover {
.cta_arrow_button {
@apply filter-location;
@apply filter-location-renovation-circulaire;
}
}
&.card-patrimoine:hover {
.cta_arrow_button {
@apply filter-patrimoine;
@apply filter-patrimoine-renovation;
}
}
}

View File

@ -62,12 +62,12 @@
}
&.card-location:hover {
.cta_arrow_button {
@apply filter-location;
@apply filter-location-renovation-circulaire;
}
}
&.card-patrimoine:hover {
.cta_arrow_button {
@apply filter-patrimoine;
@apply filter-patrimoine-renovation;
}
}
}