Add pointer cursor to button class by default

This commit is contained in:
2021-10-29 23:45:52 +02:00
parent a5512ac51e
commit 2e895a2044

View File

@@ -6,6 +6,7 @@
background: #fff; background: #fff;
font: 900 #{rem(16px)}/1 $font-sans; font: 900 #{rem(16px)}/1 $font-sans;
color: $color-text; color: $color-text;
cursor: pointer;
border-radius: 100vh; border-radius: 100vh;
border: none; border: none;
text-decoration: none; text-decoration: none;