From 0598989b58ec29cbe4ca69d4cf2ad41690d21b9c Mon Sep 17 00:00:00 2001 From: vishnubansal Date: Sat, 6 Jul 2024 08:43:06 +0530 Subject: [PATCH] update for ui fixes --- .../practice/components/overview/overview.component.scss | 6 ++++++ .../practice/components/question/question.component.html | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/project/ws/viewer/src/lib/plugins/practice/components/overview/overview.component.scss b/project/ws/viewer/src/lib/plugins/practice/components/overview/overview.component.scss index 654f83b47..fe0524369 100755 --- a/project/ws/viewer/src/lib/plugins/practice/components/overview/overview.component.scss +++ b/project/ws/viewer/src/lib/plugins/practice/components/overview/overview.component.scss @@ -261,6 +261,12 @@ color: #666666 } + + +::ng-deep .consent-checkbox .mat-checkbox-checked.mat-accent .mat-checkbox-background { + background-color: #1a4ca1 !important; +} + @media only screen and (max-width: 767px) { .box-height { // min-height: 100%; diff --git a/project/ws/viewer/src/lib/plugins/practice/components/question/question.component.html b/project/ws/viewer/src/lib/plugins/practice/components/question/question.component.html index 3c07ab2d1..2623f129f 100755 --- a/project/ws/viewer/src/lib/plugins/practice/components/question/question.component.html +++ b/project/ws/viewer/src/lib/plugins/practice/components/question/question.component.html @@ -208,7 +208,10 @@

-

{{question?.marks}} {{ 'practiceoverview.marks' | translate }}

+

+ {{question?.marks}} {{ 'practiceoverview.mark' | translate }} + {{question?.marks}} {{ 'practiceoverview.marks' | translate }} +

{{questionNumber}}/{{ total }}