From f06239fcb9ce8b99475e9a109992134f5842d39d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Fri, 20 May 2022 22:28:55 +0200 Subject: [PATCH] Add cursor on Cart overlay for closing --- src/style/organisms/_cart.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/organisms/_cart.scss b/src/style/organisms/_cart.scss index 950d216..78a86df 100644 --- a/src/style/organisms/_cart.scss +++ b/src/style/organisms/_cart.scss @@ -237,5 +237,6 @@ width: 100%; height: 100%; background: rgba($color-primary, 0.9); + cursor: w-resize; } }