remove base styling for buttons
This commit is contained in:
parent
5e631dcb16
commit
87bfd8eabd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
Loading…
Reference in a new issue