Commit 0d7bd603 by Brian Talbot

adding needed visual spacing for grade feedback expandable areas

parent d4b6e8e4
......@@ -1367,6 +1367,7 @@ hr.divider,
.openassessment .submission__peer-evaluations__questions .question__title:after {
clear: both; }
.openassessment .submission__peer-evaluations__questions .question__title__copy {
margin-left: 10px;
color: #646464; }
.openassessment .submission__peer-evaluations__questions .question__score {
float: right;
......
......@@ -929,6 +929,7 @@
.question__title__copy {
@extend %t-heading;
margin-left: ($baseline-h/4);
color: $heading-color;
}
......
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