Commit e94ad93f by Brian Talbot

revising visuals for displayed response UI

parent 5073d56e
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -452,7 +452,7 @@
// STATE: displayed response
.submission__answer__display {
border: ($baseline-v/10) solid $color-complete;
border: ($baseline-v/10) solid $color-decorative-tertiary;
border-radius: ($baseline-v/10);
}
......@@ -460,8 +460,8 @@
@extend %hd-golf;
@extend %t-weight3;
padding: $spacing-charlie $spacing-bravo;
background: $color-complete;
color: $white;
background: $color-decorative-tertiary;
color: $heading-secondary-color;
}
.submission__answer__display__content {
......
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