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

(cherry picked from commit 050846af71)
This commit is contained in:
Brian Talbot
2013-06-12 10:12:20 -04:00
committed by Ned Batchelder
parent a684c6f679
commit cb46cc6ac6

View File

@@ -551,16 +551,16 @@ section.problem {
section.action {
margin-top: 20px;
input.save {
.save, .check, .show {
height: ($baseline*2);
font-weight: 600;
}
.save {
@extend .blue-button;
}
.check {
height: ($baseline*2);
}
.show {
height: ($baseline*2);
.show-label {
font-size: 1.0em;