From a8ca33252b4a5712d4a813f826fad15726abe221 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 14 May 2024 10:42:46 +0200 Subject: [PATCH] updating cursor files --- src/assets/css/pages/Game.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/css/pages/Game.scss b/src/assets/css/pages/Game.scss index 797b32e..7c51203 100644 --- a/src/assets/css/pages/Game.scss +++ b/src/assets/css/pages/Game.scss @@ -29,9 +29,9 @@ // cursor: url("../../img/cursors/lhoist-curseur-pointeur.png"), 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 { - 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; @@ -50,7 +50,7 @@ @apply w-fit h-full relative; .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; img {