fixing card titles colors
This commit is contained in:
parent
507221368e
commit
c50639134e
|
|
@ -38,3 +38,47 @@
|
|||
/* position: unset; */
|
||||
}
|
||||
}
|
||||
|
||||
.post-card--coproprietes,
|
||||
.post-card--mede-eigendommen,
|
||||
.post-card--acoustique,
|
||||
.post-card--akoestiek {
|
||||
h2.post-card__title {
|
||||
@apply text-acoustique-coproprietes;
|
||||
}
|
||||
}
|
||||
|
||||
.post-card--urbanisme,
|
||||
.post-card--stedenbouw,
|
||||
.post-card--energies,
|
||||
.post-card--energie {
|
||||
h2.post-card__title {
|
||||
@apply text-energies-urbanisme;
|
||||
}
|
||||
}
|
||||
|
||||
.post-card--au-quotidien,
|
||||
.post-card--dagelijks,
|
||||
.post-card--isolatie,
|
||||
.post-card--isolation {
|
||||
h2.post-card__title {
|
||||
@apply text-isolation-quotidien;
|
||||
}
|
||||
}
|
||||
|
||||
.post-card--patrimoine,
|
||||
.post-card--erfgoed,
|
||||
.post-card--sante-et-securite,
|
||||
.post-card--gezondheid-en-veiligheid {
|
||||
h2.post-card__title {
|
||||
@apply text-patrimoine-sante-securite;
|
||||
}
|
||||
}
|
||||
.post-card--location,
|
||||
.post-card--verhuur,
|
||||
.post-card--durabilite,
|
||||
.post-card--duurzaamheid {
|
||||
h2.post-card__title {
|
||||
@apply !text-location-durabilite;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user