Commit de44c159 by Brian Talbot

revises spacing on expanded steps and renames workbench visual selector overrides

parent 0d1d04ea
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -14,17 +14,17 @@
// --------------------
// Views: Counterbalancing XBlock workbench styling
// --------------------
.workbench__header {
.workbench .banner {
@extend %depth5;
height: auto;
position: fixed;
}
.workbench__main, .workbench__debug {
.workbench .main, .workbench .debug {
@extend %depth1;
}
.workbench__preview {
.workbench .preview {
.vertical {
border: none;
......
......@@ -231,12 +231,13 @@
}
.step__status__label {
@extend %text-sr;
@extend %text-sr;
}
// step instructions
.step__instruction {
@extend %copy-delta;
margin-bottom: $spacing-bravo;
color: $copy-color;
}
......@@ -388,7 +389,7 @@
}
.openassessment__prompt {
margin-bottom: $spacing-alpha;
margin-bottom: $spacing-bravo;
}
.openassessment__prompt__title {
......
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