remove base styling for buttons

This commit is contained in:
catarak 2016-06-14 19:49:37 -04:00
parent 5e631dcb16
commit 87bfd8eabd
1 changed files with 1 additions and 1 deletions

View File

@ -35,6 +35,6 @@ input {
border: 1px solid $input-border-color; border: 1px solid $input-border-color;
} }
button, input[type="submit"] { input[type="submit"] {
@extend %button; @extend %button;
} }