removes HTML elemements from problem action Sass selectors

This commit is contained in:
Brian Talbot
2013-06-11 17:10:38 -04:00
parent a17bf5e2ce
commit 664efb9887

View File

@@ -555,11 +555,11 @@ section.problem {
@extend .blue-button;
}
input.check {
.check {
height: ($baseline*2);
}
button.show {
.show {
height: ($baseline*2);
.show-label {