adding cta--en-savoir-plus

This commit is contained in:
Antoine M 2024-04-22 12:26:29 +02:00
parent 57f1f5e055
commit b2715638d3

View File

@ -117,6 +117,7 @@
&--read-more {
@apply flex text-primary hover:text-secondary w-full justify-between items-center mt-auto;
}
&--with-arrow-button {
@apply !no-underline;
.cta_arrow_button {
@ -128,6 +129,17 @@
transform: translateX(3px);
}
}
&--en-savoir-plus {
@apply cta--with-arrow-button cta--with-arrow-button;
@apply w-full flex justify-between items-center;
&:hover {
@apply text-secondary;
.cta_arrow_button {
@apply filter-secondary;
}
}
}
}
.external-link {