From b430246c465c425cf5967135e3bd9bcb7af5bb4d Mon Sep 17 00:00:00 2001 From: Allen Benny Date: Thu, 29 Dec 2022 16:32:16 +0530 Subject: [PATCH] Added a wait cursor --- src/OnboardingSPA/components/Loaders/Step/stylesheet.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/OnboardingSPA/components/Loaders/Step/stylesheet.scss b/src/OnboardingSPA/components/Loaders/Step/stylesheet.scss index 8d61afd69..5a3eef31f 100644 --- a/src/OnboardingSPA/components/Loaders/Step/stylesheet.scss +++ b/src/OnboardingSPA/components/Loaders/Step/stylesheet.scss @@ -1,5 +1,6 @@ .step-loader { + cursor: wait; justify-content: space-evenly; @media (max-width: #{($break-medium)}) {