white icons integration for news page on plus-loin comoponent
This commit is contained in:
parent
d922848abf
commit
e257cf4aa1
|
|
@ -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');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user