diff --git a/scss/base/_forms.scss b/scss/base/_forms.scss index e751cc0..ab3bcfd 100755 --- a/scss/base/_forms.scss +++ b/scss/base/_forms.scss @@ -1,3 +1,7 @@ +button { + cursor: pointer; +} + input, select, textarea { @@ -44,4 +48,4 @@ textarea { } } } -} \ No newline at end of file +}