From d6e9f51c21efee405a6eb1528fa6fb720dc7527d Mon Sep 17 00:00:00 2001 From: Daniel Vivar Date: Fri, 15 Feb 2019 15:20:23 +0000 Subject: [PATCH] fix: cursor pointer coordinates --- scss/base/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/base/variables.scss b/scss/base/variables.scss index edffd0c..2eee3d8 100644 --- a/scss/base/variables.scss +++ b/scss/base/variables.scss @@ -6,7 +6,7 @@ $base-color: $color-black; $background-color: $color-white; $cursor-url: url(../assets/cursor.png); -$cursor-click-url: url(../assets/cursor-click.png); +$cursor-click-url: url(../assets/cursor-click.png) 14 0; $border-size: 4px;