Commit cb46cc6a by Brian Talbot Committed by Ned Batchelder

abstracts height rule to apply to the capa check, show, save actions

(cherry picked from commit 050846af)
parent a684c6f6
...@@ -551,16 +551,16 @@ section.problem { ...@@ -551,16 +551,16 @@ section.problem {
section.action { section.action {
margin-top: 20px; margin-top: 20px;
input.save { .save, .check, .show {
@extend .blue-button; height: ($baseline*2);
font-weight: 600;
} }
.check { .save {
height: ($baseline*2); @extend .blue-button;
} }
.show { .show {
height: ($baseline*2);
.show-label { .show-label {
font-size: 1.0em; font-size: 1.0em;
......
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