abstracts height rule to apply to the capa check, show, save actions
(cherry picked from commit 050846af71)
This commit is contained in:
committed by
Ned Batchelder
parent
a684c6f679
commit
cb46cc6ac6
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user