Skip to content
Snippets Groups Projects
Commit e641d2c6 authored by Brian Talbot's avatar Brian Talbot
Browse files

Merge pull request #136 from edx/fix/btalbot/xmodule-showanswer

Problem Show Answer/Check Button Line Height Syncing
parents b11e7483 14100ba1
No related merge requests found
......@@ -14,7 +14,7 @@ body {
color: $gray-d2;
}
body, input {
body, input, button {
font-family: 'Open Sans', sans-serif;
}
......
......@@ -551,14 +551,19 @@ section.problem {
section.action {
margin-top: 20px;
input.save {
.save, .check, .show {
height: ($baseline*2);
font-weight: 600;
vertical-align: middle;
}
.save {
@extend .blue-button;
}
button.show {
height: ($baseline*2);
.show {
span {
.show-label {
font-size: 1.0em;
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