updating cursor files

This commit is contained in:
Antoine M 2024-05-14 10:42:46 +02:00
parent 0fe5783ab3
commit a8ca33252b

View File

@ -29,9 +29,9 @@
// cursor: url("../../img/cursors/lhoist-curseur-pointeur.png"), auto; // cursor: url("../../img/cursors/lhoist-curseur-pointeur.png"), auto;
// cursor: url("../../img/cursors/cursor-hand-pointer.svg"), auto; // cursor: url("../../img/cursors/cursor-hand-pointer.svg"), auto;
cursor: url("../../img/cursors/lhoist-curseur-pointeur_2.png"), auto; cursor: url("../../img/cursors/lhoist-curseur-pointeur.svg") 64 64, auto;
:active { :active {
cursor: url("../../img/cursors/cursor-hand-grab.svg"), auto; cursor: url("../../img/cursors/lhoist-curseur-drag.svg") 64 64, auto;
} }
@apply w-screen overflow-x-scroll left-0 top-0 absolute h-full; @apply w-screen overflow-x-scroll left-0 top-0 absolute h-full;
@ -50,7 +50,7 @@
@apply w-fit h-full relative; @apply w-fit h-full relative;
.lhoist-blocks-focus-object { .lhoist-blocks-focus-object {
cursor: url("../../img/cursors/cursor-hand-glass@2x.png"), auto; cursor: url("../../img/cursors/lhoist-curseur-loupe-objet.svg") 64 64, auto;
@apply absolute w-auto block object-contain; @apply absolute w-auto block object-contain;
img { img {