Buttons shtuff

This commit is contained in:
Max Lynch
2015-07-20 13:44:27 -05:00
parent 34b62ff172
commit 6c5dbbd680
6 changed files with 40 additions and 8 deletions

View File

@@ -22,13 +22,11 @@ form {
// Set font for forms
label,
input,
button,
select,
textarea {
@include font-shorthand($font-size-base, normal, $line-height-base); // Set size, weight, line-height here
}
input,
button,
select,
textarea {
font-family: $font-family-base; // And only set font-family here for those that need it (note the missing label element)