From e257cf4aa1b2128a0d2c15dba7d5b830f097042f Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 23 Jan 2024 17:24:58 +0100 Subject: [PATCH] white icons integration for news page on plus-loin comoponent --- resources/css/editor-content/news-content.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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'); + } + } }