Commit 832da3ad by Brian Talbot

syncs styling rules for buttons/inputs to ensure consistency

parent 050846af
...@@ -14,7 +14,7 @@ body { ...@@ -14,7 +14,7 @@ body {
color: $gray-d2; color: $gray-d2;
} }
body, input { body, input, button {
font-family: 'Open Sans', sans-serif; font-family: 'Open Sans', sans-serif;
} }
......
...@@ -553,7 +553,8 @@ section.problem { ...@@ -553,7 +553,8 @@ section.problem {
.save, .check, .show { .save, .check, .show {
height: ($baseline*2); height: ($baseline*2);
font-weight: 600; font-weight: 500;
vertical-align: middle;
} }
.save { .save {
...@@ -564,7 +565,7 @@ section.problem { ...@@ -564,7 +565,7 @@ section.problem {
.show-label { .show-label {
font-size: 1.0em; font-size: 1.0em;
font-weight: 600; font-weight: 500;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment