handling cursors

This commit is contained in:
Antoine M 2024-05-14 14:24:18 +02:00
parent a8604ede69
commit e2ab416440

View File

@ -1,6 +1,9 @@
.cta {
@apply block;
cursor: pointer;
&--button {
@apply cursor--pointer;
}
&--round {
@apply w-20 h-20;
border-radius: 50%;
@ -22,7 +25,9 @@
@apply px-8 py-2 mt-6;
}
&--button-icon {
@apply relative border-none cursor-pointer;
@apply relative border-none;
@apply cursor--pointer;
// @apply cursor--pointer;
text-decoration: none;
transition: all 0.4s ease-in-out;
@ -73,7 +78,9 @@
}
&--start {
@apply text-5xl text-white p-8 py-4 flex items-center gap-6 h-fit;
line-height: 0.4;
cursor: url("../../../img/cursors/lhoist-curseur-pointeur.svg") 64 64, pointer;
span {
@apply block text-zuume;