syncs styling rules for buttons/inputs to ensure consistency

This commit is contained in:
Brian Talbot
2013-06-12 11:00:15 -04:00
parent 050846af71
commit 832da3ad48
2 changed files with 4 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ body {
color: $gray-d2;
}
body, input {
body, input, button {
font-family: 'Open Sans', sans-serif;
}

View File

@@ -553,7 +553,8 @@ section.problem {
.save, .check, .show {
height: ($baseline*2);
font-weight: 600;
font-weight: 500;
vertical-align: middle;
}
.save {
@@ -564,7 +565,7 @@ section.problem {
.show-label {
font-size: 1.0em;
font-weight: 600;
font-weight: 500;
}
}