hadnlign edit question button color
This commit is contained in:
parent
4a562966c4
commit
c421c3a5b7
|
|
@ -176,3 +176,42 @@
|
||||||
@apply !border-neutral-400;
|
@apply !border-neutral-400;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.edit-question-button {
|
||||||
|
@apply text-white py-2 px-4 mt-3 block w-fit rounded-full;
|
||||||
|
&:hover {
|
||||||
|
@apply text-white;
|
||||||
|
filter: brightness(1.1) saturate(1.4);
|
||||||
|
}
|
||||||
|
.acoustique &,
|
||||||
|
.akoestiek &,
|
||||||
|
.petites-coproprietes &,
|
||||||
|
.kleine-mede-eigendommen & {
|
||||||
|
@apply bg-acoustique-coproprietes;
|
||||||
|
}
|
||||||
|
.isolation &,
|
||||||
|
.isolatie &,
|
||||||
|
.au-quotidien &,
|
||||||
|
.dagelijks & {
|
||||||
|
@apply bg-isolation-quotidien;
|
||||||
|
}
|
||||||
|
.location &,
|
||||||
|
.verhuur &,
|
||||||
|
.durabilite &,
|
||||||
|
.duurzaamheid & {
|
||||||
|
@apply bg-location-durabilite;
|
||||||
|
}
|
||||||
|
.urbanisme &,
|
||||||
|
.stedenbouw &,
|
||||||
|
.energies &,
|
||||||
|
.energie & {
|
||||||
|
@apply bg-energies-urbanisme;
|
||||||
|
}
|
||||||
|
|
||||||
|
.patrimoine &,
|
||||||
|
.erfgoed &,
|
||||||
|
.sante-et-securite &,
|
||||||
|
.gezondheid-en-veiligheid {
|
||||||
|
@apply bg-patrimoine-sante-securite;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user