Commit bae81fd5 by Brian Talbot

adding in instruction-based text to peer assessment feedback form

TIM-286
parent 3ffd034d
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
<div class="submission__feeedback__content"> <div class="submission__feeedback__content">
<div class="submission__feeedback__instructions"> <div class="submission__feeedback__instructions">
<p>You can provide feedback about this student's assessment of your response. Course staff can see this feedback when they review the student's course records.</p> <p>You can provide feedback about this student's assessment of your response. Course staff will be able to see any feedback that you provide here when they review course records.</p>
</div> </div>
<ol class="list list--fields submission__feeedback__fields"> <ol class="list list--fields submission__feeedback__fields">
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -36,6 +36,10 @@ ...@@ -36,6 +36,10 @@
p { p {
margin-bottom: $baseline-v; margin-bottom: $baseline-v;
&:last-child {
margin-bottom: 0;
}
} }
} }
......
...@@ -1040,6 +1040,15 @@ ...@@ -1040,6 +1040,15 @@
.submission__feeedback__content { .submission__feeedback__content {
@extend %ui-section-content; @extend %ui-section-content;
}
.submission__feeedback__instructions {
@extend %copy-4;
color: $copy-color;
margin-bottom: $baseline-v;
}
.submission__feeedback__fields {
.field { .field {
margin-bottom: ($baseline-v*1.5); margin-bottom: ($baseline-v*1.5);
...@@ -1051,7 +1060,6 @@ ...@@ -1051,7 +1060,6 @@
select { select {
display: block; display: block;
width: 100%;
} }
textarea { textarea {
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
label, .label { label, .label {
@extend %copy-4; @extend %copy-4;
@extend %t-weight3;
display: block; display: block;
margin-bottom: ($baseline-v/2); margin-bottom: ($baseline-v/2);
color: $copy-color; color: $copy-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