20 lines
640 B
CSS
20 lines
640 B
CSS
.single-post-container--news {
|
|
h2 {
|
|
@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');
|
|
}
|
|
}
|
|
}
|