diff --git a/resources/css/blocks/content-heading.css b/resources/css/blocks/content-heading.css index 40c84e0..6916ca1 100644 --- a/resources/css/blocks/content-heading.css +++ b/resources/css/blocks/content-heading.css @@ -9,17 +9,55 @@ &.has-icon:before { @apply bg-secondary-light; } - &.has-icon--key::before { + /* &.has-icon--key::before { background-image: url('../resources/img/pictogrammes/icon_key_dark.svg'); } &.has-icon--house::before { background-image: url('../resources/img/pictogrammes/icon_house_dark.svg'); } + + &.has-icon--chain::before { + background-image: url('../resources/img/pictogrammes/icon_chain_dark.svg'); + } + &.has-icon--documentation::before { + background-image: url('../resources/img/pictogrammes/icon_documentation_dark.svg'); + } */ + + &.has-icon--acoustic::before { + background-image: url('../resources/img/pictogrammes/icon_acoustic_dark.svg'); + } &.has-icon--bulb::before { background-image: url('../resources/img/pictogrammes/icon_bulb_dark.svg'); } &.has-icon--chain::before { background-image: url('../resources/img/pictogrammes/icon_chain_dark.svg'); } + &.has-icon--documentation::before { + background-image: url('../resources/img/pictogrammes/icon_documentation_dark.svg'); + } + &.has-icon--euro::before { + background-image: url('../resources/img/pictogrammes/icon_euro_dark.svg'); + } + &.has-icon--house::before { + background-image: url('../resources/img/pictogrammes/icon_house_dark.svg'); + } + &.has-icon--info::before { + background-image: url('../resources/img/pictogrammes/icon_info_dark.svg'); + } + &.has-icon--key::before { + background-image: url('../resources/img/pictogrammes/icon_key_dark.svg'); + } + &.has-icon--notification::before { + background-image: url('../resources/img/pictogrammes/icon_notification_dark.svg'); + } + &.has-icon--search::before { + background-image: url('../resources/img/pictogrammes/icon_search_dark.svg'); + } + &.has-icon--tip::before { + background-image: url('../resources/img/pictogrammes/icon_tip_dark.svg'); + } + &.has-icon--warning::before { + background-image: url('../resources/img/pictogrammes/icon_warning_dark.svg'); + } } } diff --git a/resources/img/pictogrammes/icon_acoustic_dark.svg b/resources/img/pictogrammes/icon_acoustic_dark.svg new file mode 100644 index 0000000..2071251 --- /dev/null +++ b/resources/img/pictogrammes/icon_acoustic_dark.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/resources/img/pictogrammes/icon_acoustic_light.svg b/resources/img/pictogrammes/icon_acoustic_light.svg new file mode 100644 index 0000000..a069f4d --- /dev/null +++ b/resources/img/pictogrammes/icon_acoustic_light.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/resources/img/pictogrammes/icon_documentation_dark.svg b/resources/img/pictogrammes/icon_documentation_dark.svg new file mode 100644 index 0000000..9910a09 --- /dev/null +++ b/resources/img/pictogrammes/icon_documentation_dark.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/resources/img/pictogrammes/icon_documentation_light.svg b/resources/img/pictogrammes/icon_documentation_light.svg new file mode 100644 index 0000000..82e5bd4 --- /dev/null +++ b/resources/img/pictogrammes/icon_documentation_light.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/resources/img/pictogrammes/icon_euro_dark.svg b/resources/img/pictogrammes/icon_euro_dark.svg new file mode 100644 index 0000000..8e87eff --- /dev/null +++ b/resources/img/pictogrammes/icon_euro_dark.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/resources/img/pictogrammes/icon_euro_light.svg b/resources/img/pictogrammes/icon_euro_light.svg new file mode 100644 index 0000000..7b35851 --- /dev/null +++ b/resources/img/pictogrammes/icon_euro_light.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/resources/img/pictogrammes/icon_info_dark.svg b/resources/img/pictogrammes/icon_info_dark.svg new file mode 100644 index 0000000..dd4da28 --- /dev/null +++ b/resources/img/pictogrammes/icon_info_dark.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/resources/img/pictogrammes/icon_info_light.svg b/resources/img/pictogrammes/icon_info_light.svg new file mode 100644 index 0000000..36dd14f --- /dev/null +++ b/resources/img/pictogrammes/icon_info_light.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/resources/img/pictogrammes/icon_notification_dark.svg b/resources/img/pictogrammes/icon_notification_dark.svg new file mode 100644 index 0000000..38b56f0 --- /dev/null +++ b/resources/img/pictogrammes/icon_notification_dark.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/resources/img/pictogrammes/icon_notification_light.svg b/resources/img/pictogrammes/icon_notification_light.svg new file mode 100644 index 0000000..1383207 --- /dev/null +++ b/resources/img/pictogrammes/icon_notification_light.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/resources/img/pictogrammes/icon_search_dark.svg b/resources/img/pictogrammes/icon_search_dark.svg new file mode 100644 index 0000000..44e1292 --- /dev/null +++ b/resources/img/pictogrammes/icon_search_dark.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/resources/img/pictogrammes/icon_search_light.svg b/resources/img/pictogrammes/icon_search_light.svg new file mode 100644 index 0000000..4d6b204 --- /dev/null +++ b/resources/img/pictogrammes/icon_search_light.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/resources/img/pictogrammes/icon_tip_dark.svg b/resources/img/pictogrammes/icon_tip_dark.svg new file mode 100644 index 0000000..1cdceff --- /dev/null +++ b/resources/img/pictogrammes/icon_tip_dark.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/resources/img/pictogrammes/icon_tip_light.svg b/resources/img/pictogrammes/icon_tip_light.svg new file mode 100644 index 0000000..1618999 --- /dev/null +++ b/resources/img/pictogrammes/icon_tip_light.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/resources/img/pictogrammes/icon_warning_dark.svg b/resources/img/pictogrammes/icon_warning_dark.svg new file mode 100644 index 0000000..ca26fdd --- /dev/null +++ b/resources/img/pictogrammes/icon_warning_dark.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/resources/img/pictogrammes/icon_warning_light.svg b/resources/img/pictogrammes/icon_warning_light.svg new file mode 100644 index 0000000..5ddf402 --- /dev/null +++ b/resources/img/pictogrammes/icon_warning_light.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file