FEATURE Handling page activites special buttons

This commit is contained in:
Antoine M 2026-03-03 17:14:19 +01:00
parent ecdd5b86de
commit 1901f23601

View File

@ -81,4 +81,30 @@
content: none !important;
}
}
&--demander-formation,
&--programme,
&--subscribe {
&:after {
content: none !important;
}
&:before {
@apply content-[''] w-6 h-6 ml-2 inline-block;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
&:hover {
&:before {
@apply filter-white;
}
}
}
&--subscribe:before,
&--demander-formation:before {
background-image: url('../resources/img/icons/carhop-reproduction.svg');
}
&--programme:before {
background-image: url('../resources/img/icons/carhop-programme.svg');
}
}