handling cursors
This commit is contained in:
parent
a8604ede69
commit
e2ab416440
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user