Fix(base.scss): Don't restyle inputs, selects and buttons

This commit is contained in:
yanas 2017-07-13 14:15:07 -05:00
parent 2e2b1d47c0
commit 7ebd2b2cd4
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ body, input, textarea, keygen, select, button {
button, input, select, textarea {
margin: 0;
vertical-align: baseline;
color: $inputColor;
font-size: 1em;
}