diff --git a/resources/css/editor-content/news-content.css b/resources/css/editor-content/news-content.css index e19667d..8531202 100644 --- a/resources/css/editor-content/news-content.css +++ b/resources/css/editor-content/news-content.css @@ -2,4 +2,18 @@ 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'); + } + } }