MOBILE-4550 quiz: Fix feedback color specificity
parent
0b9417884f
commit
633ef7dc9a
|
@ -38,11 +38,11 @@
|
||||||
|
|
||||||
.specificfeedback, .rightanswer, .im-feedback, .feedback, .generalfeedback {
|
.specificfeedback, .rightanswer, .im-feedback, .feedback, .generalfeedback {
|
||||||
margin: 0 0 .5em;
|
margin: 0 0 .5em;
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
p {
|
||||||
--color: var(--core-question-feedback-color);
|
--color: var(--core-question-feedback-color);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.correctness {
|
.correctness {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue