adding cta--en-savoir-plus
This commit is contained in:
parent
57f1f5e055
commit
b2715638d3
|
|
@ -117,6 +117,7 @@
|
||||||
&--read-more {
|
&--read-more {
|
||||||
@apply flex text-primary hover:text-secondary w-full justify-between items-center mt-auto;
|
@apply flex text-primary hover:text-secondary w-full justify-between items-center mt-auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
&--with-arrow-button {
|
&--with-arrow-button {
|
||||||
@apply !no-underline;
|
@apply !no-underline;
|
||||||
.cta_arrow_button {
|
.cta_arrow_button {
|
||||||
|
|
@ -128,6 +129,17 @@
|
||||||
transform: translateX(3px);
|
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 {
|
.external-link {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user