MOBILE-4081 quiz: Fix timer red color
parent
f2af5c72b3
commit
665f3a4495
|
@ -13,7 +13,8 @@ $quiz-timer-iterations: 15 !default;
|
|||
border-bottom: 1px solid var(--stroke);
|
||||
}
|
||||
|
||||
core-timer .core-timer {
|
||||
core-timer ::ng-deep {
|
||||
.core-timer {
|
||||
// Make the timer go red when it's reaching 0.
|
||||
@for $i from 0 through $quiz-timer-iterations {
|
||||
&.core-timer-timeleft-#{$i} {
|
||||
|
@ -28,3 +29,4 @@ $quiz-timer-iterations: 15 !default;
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue