MOBILE-4081 quiz: Fix timer red color

main
Dani Palou 2022-12-16 14:56:43 +01:00
parent f2af5c72b3
commit 665f3a4495
1 changed files with 10 additions and 8 deletions

View File

@ -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} {
@ -27,4 +28,5 @@ $quiz-timer-iterations: 15 !default;
}
}
}
}
}