From 15299a5d6f52be69f651a0f5c9aa62352e830b07 Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Mon, 3 May 2021 10:57:36 +0100 Subject: [PATCH] Add cursor class --- src/style/main.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/style/main.scss b/src/style/main.scss index ad7f2f7f9..bced407fd 100644 --- a/src/style/main.scss +++ b/src/style/main.scss @@ -474,4 +474,8 @@ .font-#{$i} { font-size: #{$i}px ; } -} \ No newline at end of file +} + +.cursor-pointer { + cursor: pointer; +} \ No newline at end of file