FEATURE Handlin icon before title on fiche conseils
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d106887e34
commit
159b7ce81d
|
|
@ -1,6 +1,7 @@
|
|||
.homegrade-blocks-custom-heading.has-icon {
|
||||
&:before {
|
||||
@apply bg-primary;
|
||||
transform: translateY(-1px);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -94,6 +94,11 @@ body.akoestiek,
|
|||
@apply text-acoustique-coproprietes;
|
||||
}
|
||||
}
|
||||
.homegrade-blocks-custom-heading.has-icon {
|
||||
&:before {
|
||||
@apply bg-acoustique-coproprietes;
|
||||
}
|
||||
}
|
||||
|
||||
.homegrade-blocks-plus-loin .homegrade-blocks-custom-heading.has-icon {
|
||||
&.has-icon:before {
|
||||
|
|
@ -248,6 +253,12 @@ body.energie,
|
|||
@apply text-energies-urbanisme;
|
||||
}
|
||||
}
|
||||
.homegrade-blocks-custom-heading.has-icon {
|
||||
&:before {
|
||||
@apply bg-energies-urbanisme;
|
||||
}
|
||||
}
|
||||
|
||||
.homegrade-blocks-plus-loin .homegrade-blocks-custom-heading.has-icon {
|
||||
&.has-icon:before {
|
||||
@apply bg-energies-urbanisme-light;
|
||||
|
|
@ -402,6 +413,11 @@ body.isolation,
|
|||
@apply text-isolation-quotidien;
|
||||
}
|
||||
}
|
||||
.homegrade-blocks-custom-heading.has-icon {
|
||||
&:before {
|
||||
@apply bg-isolation-quotidien;
|
||||
}
|
||||
}
|
||||
.homegrade-blocks-plus-loin .homegrade-blocks-custom-heading.has-icon {
|
||||
&.has-icon:before {
|
||||
@apply bg-isolation-quotidien-light;
|
||||
|
|
@ -558,6 +574,12 @@ body.gezondheid-veiligheid-hygiene,
|
|||
@apply text-patrimoine-sante-securite;
|
||||
}
|
||||
}
|
||||
.homegrade-blocks-custom-heading.has-icon {
|
||||
&:before {
|
||||
@apply bg-patrimoine-sante-securite;
|
||||
}
|
||||
}
|
||||
|
||||
.homegrade-blocks-plus-loin .homegrade-blocks-custom-heading.has-icon {
|
||||
&.has-icon:before {
|
||||
@apply bg-patrimoine-sante-securite-light;
|
||||
|
|
@ -734,6 +756,11 @@ body.werkzaamheden-beheren,
|
|||
@apply text-location-durabilite;
|
||||
}
|
||||
}
|
||||
.homegrade-blocks-custom-heading.has-icon {
|
||||
&:before {
|
||||
@apply bg-location-durabilite;
|
||||
}
|
||||
}
|
||||
.homegrade-blocks-plus-loin .homegrade-blocks-custom-heading.has-icon {
|
||||
&.has-icon:before {
|
||||
@apply bg-location-durabilite-light;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user