Skip to content

Commit

Permalink
Merge branch 'MDL-61991-master' of https://github.com/lucaboesch/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Apr 20, 2018
2 parents 00743c0 + f0aef7a commit 8517602
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions theme/boost/scss/moodle/question.scss
Original file line number Diff line number Diff line change
Expand Up @@ -344,13 +344,28 @@ body.path-question-type {

.que .specificfeedback,
.que .generalfeedback,
.que .numpartscorrect
.que .rightanswer,
.que .im-feedback,
.que .feedback,
.que p {
margin: 0 0 0.5em;
}

.que .correctness {
@extend .tag;
&.correct {
background-color: $state-success-text;
}
&.partiallycorrect {
background-color: $state-warning-text;
}
&.notanswered,
&.incorrect {
background-color: $state-danger-text;
}
}

.que .qtext {
margin-bottom: 1.5em;
}
Expand Down

0 comments on commit 8517602

Please sign in to comment.