29 lines
579 B
CSS
29 lines
579 B
CSS
&.card-acoustique:hover,
|
|
&.card-petites-coproprietes:hover {
|
|
.cta_arrow_button {
|
|
@apply filter-acoustique-coproprietes;
|
|
}
|
|
}
|
|
&.card-au-quotidien:hover,
|
|
&.card-isolation:hover {
|
|
.cta_arrow_button {
|
|
@apply filter-isolation-quotidien;
|
|
}
|
|
}
|
|
&.card-energies:hover,
|
|
&.card-urbanisme:hover {
|
|
.cta_arrow_button {
|
|
@apply filter-energies-urbanisme;
|
|
}
|
|
}
|
|
&.card-location:hover {
|
|
.cta_arrow_button {
|
|
@apply filter-location-durabilite;
|
|
}
|
|
}
|
|
&.card-patrimoine:hover {
|
|
.cta_arrow_button {
|
|
@apply filter-patrimoine-renovation;
|
|
}
|
|
}
|