handling cta--download

This commit is contained in:
Antoine M 2024-06-10 09:35:35 +02:00
parent 77209aff16
commit b68e3e2f1d

View File

@ -76,8 +76,10 @@
background-image: url("../../../img/icons/icon-cross.svg");
}
}
&--download,
&--start {
@apply text-5xl text-white p-8 py-4 flex items-center gap-6 h-fit;
@apply text-5xl text-white p-8 py-4 flex items-center gap-6 h-fit text-zuume;
line-height: 0.4;
cursor: url("../../../img/cursors/lhoist-curseur-pointeur.svg") 64 64, pointer;
@ -88,8 +90,13 @@
&:after {
@apply inline-block static;
transform: none;
}
}
&--start:after {
background-image: url("../../../img/icons/arrow-start.svg");
}
&--download:after {
background-image: url("../../../img/icons/download.svg");
}
}
.motion-button {