36 lines
687 B
CSS
36 lines
687 B
CSS
.card {
|
|
@apply bg-white shadowed p-8 rounded-3xl;
|
|
|
|
.cta--en-savoir-plus {
|
|
@apply pt-8;
|
|
}
|
|
}
|
|
&.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;
|
|
}
|
|
}
|