FEATURE Handling page activites special buttons
This commit is contained in:
parent
ecdd5b86de
commit
1901f23601
|
|
@ -81,4 +81,30 @@
|
||||||
content: none !important;
|
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');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user