Skip to content

Commit

Permalink
Merge branch 'MDL-61991-33' of https://github.com/lucaboesch/moodle i…
Browse files Browse the repository at this point in the history
…nto MOODLE_33_STABLE
  • Loading branch information
stronk7 committed Apr 20, 2018
2 parents be960b4 + a5dddf9 commit bf91ad7
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 bf91ad7

Please sign in to comment.