Add pointer cursor to button class by default
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user