white icons integration for news page on plus-loin comoponent

This commit is contained in:
Antoine M 2024-01-23 17:24:58 +01:00
parent d922848abf
commit e257cf4aa1

View File

@ -2,4 +2,18 @@
h2 { h2 {
@apply text-4xl; @apply text-4xl;
} }
.homegrade-blocks-plus-loin .homegrade-blocks-custom-heading.has-icon {
&.has-icon--key::before {
background-image: url('../resources/img/pictogrammes/icon_key_light.svg');
}
&.has-icon--house::before {
background-image: url('../resources/img/pictogrammes/icon_house_light.svg');
}
&.has-icon--bulb::before {
background-image: url('../resources/img/pictogrammes/icon_bulb_light.svg');
}
&.has-icon--chain::before {
background-image: url('../resources/img/pictogrammes/icon_chain_light.svg');
}
}
} }