From 2e895a2044569ee9b6b6f343e06e9aa5361cd846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Fri, 29 Oct 2021 23:45:52 +0200 Subject: [PATCH] Add pointer cursor to button class by default --- src/style/atoms/_button.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/atoms/_button.scss b/src/style/atoms/_button.scss index 80eec1e..a8f1d23 100644 --- a/src/style/atoms/_button.scss +++ b/src/style/atoms/_button.scss @@ -6,6 +6,7 @@ background: #fff; font: 900 #{rem(16px)}/1 $font-sans; color: $color-text; + cursor: pointer; border-radius: 100vh; border: none; text-decoration: none;