handling cursors
This commit is contained in:
parent
a8604ede69
commit
e2ab416440
|
|
@ -1,6 +1,9 @@
|
||||||
.cta {
|
.cta {
|
||||||
@apply block;
|
@apply block;
|
||||||
cursor: pointer;
|
|
||||||
|
&--button {
|
||||||
|
@apply cursor--pointer;
|
||||||
|
}
|
||||||
&--round {
|
&--round {
|
||||||
@apply w-20 h-20;
|
@apply w-20 h-20;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
|
@ -22,7 +25,9 @@
|
||||||
@apply px-8 py-2 mt-6;
|
@apply px-8 py-2 mt-6;
|
||||||
}
|
}
|
||||||
&--button-icon {
|
&--button-icon {
|
||||||
@apply relative border-none cursor-pointer;
|
@apply relative border-none;
|
||||||
|
@apply cursor--pointer;
|
||||||
|
// @apply cursor--pointer;
|
||||||
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
transition: all 0.4s ease-in-out;
|
transition: all 0.4s ease-in-out;
|
||||||
|
|
@ -73,7 +78,9 @@
|
||||||
}
|
}
|
||||||
&--start {
|
&--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;
|
||||||
|
|
||||||
line-height: 0.4;
|
line-height: 0.4;
|
||||||
|
cursor: url("../../../img/cursors/lhoist-curseur-pointeur.svg") 64 64, pointer;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
@apply block text-zuume;
|
@apply block text-zuume;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user