Commit d6a2730b by Brian Talbot

using darker color to identify self assessments in grade report UI

parent 19b69f03
...@@ -1441,7 +1441,7 @@ hr.divider, ...@@ -1441,7 +1441,7 @@ hr.divider,
clear: left; } } clear: left; } }
.openassessment .submission__peer-evaluations__questions .answer.self-assessment { .openassessment .submission__peer-evaluations__questions .answer.self-assessment {
border-radius: 2px; border-radius: 2px;
background: #fdfdfd; background: #f5f6f7;
padding: 10px 20px; } padding: 10px 20px; }
.openassessment .submission__peer-evaluations__questions .answer__source { .openassessment .submission__peer-evaluations__questions .answer__source {
display: block; display: block;
......
...@@ -992,7 +992,7 @@ ...@@ -992,7 +992,7 @@
// CASE: self assessment // CASE: self assessment
&.self-assessment { &.self-assessment {
border-radius: ($baseline-v/10); border-radius: ($baseline-v/10);
background: $color-decorative-quinternary; background: $color-decorative-quaternary;
padding: ($baseline-v/2) ($baseline-h/2); padding: ($baseline-v/2) ($baseline-h/2);
} }
} }
......
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