handling the cta slim

This commit is contained in:
Antoine M 2024-11-12 10:18:36 +01:00
parent 3eb98d97c1
commit 13b3ce8066

View File

@ -0,0 +1,9 @@
.homegrade-blocks-cta-slim {
&:after {
transform: translateY(1px);
content: url('../resources/img/graphic-assets/chevron-next.svg');
}
&:hover:after {
transform: translateY(1px) translateX(1px);
}
}