Commit 59bf1827 by Brian Talbot

moving LMS overrides completely to _shame.scss

parent 18cf7070
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
} }
// step header // step header
.step__header { .openassessment__steps .openassessment__steps__step .step__header {
.step__deadline { .step__deadline {
color: $color-focused; color: $color-focused;
...@@ -72,6 +72,29 @@ ...@@ -72,6 +72,29 @@
text-transform: none; text-transform: none;
letter-spacing: normal; letter-spacing: normal;
} }
.step__counter, .wrapper--copy {
display: inline-block;
vertical-align: middle;
}
// step counter
.step__counter {
// increment: show numbers using parent list counter
&:before {
@extend %hd-6;
@extend %t-weight4;
content: counter(item, decimal);
counter-increment: item;
margin-right: ($baseline-v/4);
border-radius: ($baseline-v/10);
border: 1px solid rgba($color-focused, 0.5);
padding: ($baseline-v/4) ($baseline-v/2);
color: $color-focused;
}
}
} }
.step__status__value { .step__status__value {
......
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