mirror of
https://github.com/moodle/moodle.git
synced 2025-06-02 14:15:11 +02:00
Merge branch 'MDL-61991-master' of https://github.com/lucaboesch/moodle
This commit is contained in:
commit
85176022e8
@ -344,6 +344,7 @@ body.path-question-type {
|
||||
|
||||
.que .specificfeedback,
|
||||
.que .generalfeedback,
|
||||
.que .numpartscorrect
|
||||
.que .rightanswer,
|
||||
.que .im-feedback,
|
||||
.que .feedback,
|
||||
@ -351,6 +352,20 @@ body.path-question-type {
|
||||
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user