Skip to content
Snippets Groups Projects
Commit 45c1109c authored by Brian Talbot's avatar Brian Talbot Committed by Ned Batchelder
Browse files

syncs up font-weight across problem button/input actions

(cherry picked from commit 14100ba1)
parent 10fd4011
No related merge requests found
......@@ -553,7 +553,7 @@ section.problem {
.save, .check, .show {
height: ($baseline*2);
font-weight: 500;
font-weight: 600;
vertical-align: middle;
}
......@@ -565,7 +565,7 @@ section.problem {
.show-label {
font-size: 1.0em;
font-weight: 500;
font-weight: 600;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment