removing underline from cards

This commit is contained in:
Antoine M 2023-12-13 17:48:11 +01:00
parent d34ddf5c93
commit 35d9d8c711

View File

@ -113,6 +113,7 @@
@apply flex text-primary hover:text-secondary w-full justify-between items-center mt-auto;
}
&--with-arrow-button {
@apply !no-underline;
.cta_arrow_button {
transition: transform 0.3s ease-in-out;
}