From a8bb4dfc0c7e1a369054cdcdecee92baea4561d7 Mon Sep 17 00:00:00 2001 From: Afzal84 Date: Thu, 19 Sep 2024 16:17:57 +0530 Subject: [PATCH] fixed:- KB-6817 --- .../content-toc/app-toc-about/app-toc-about.component.html | 2 +- .../content-toc/app-toc-about/app-toc-about.component.scss | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/library/ws-widget/collection/src/lib/_common/content-toc/app-toc-about/app-toc-about.component.html b/library/ws-widget/collection/src/lib/_common/content-toc/app-toc-about/app-toc-about.component.html index 346c9786c3..52a6c18a07 100644 --- a/library/ws-widget/collection/src/lib/_common/content-toc/app-toc-about/app-toc-about.component.html +++ b/library/ws-widget/collection/src/lib/_common/content-toc/app-toc-about/app-toc-about.component.html @@ -38,7 +38,7 @@
{{'apptochome.certificationTakesTime' | translate }}
-
{{'apptochome.issuePersistsMailus' | translate }} mission.karmayogi@gov.in +
{{'apptochome.issuePersistsMailus' | translate }} mission.karmayogi@gov.in
diff --git a/library/ws-widget/collection/src/lib/_common/content-toc/app-toc-about/app-toc-about.component.scss b/library/ws-widget/collection/src/lib/_common/content-toc/app-toc-about/app-toc-about.component.scss index afa265b372..a9104fd762 100644 --- a/library/ws-widget/collection/src/lib/_common/content-toc/app-toc-about/app-toc-about.component.scss +++ b/library/ws-widget/collection/src/lib/_common/content-toc/app-toc-about/app-toc-about.component.scss @@ -588,3 +588,8 @@ $mob-title-line-count: 2; width: 24px !important; height: 24px !important; } +.emailDefault { + color: #0074b6; + text-decoration: underline !important; + +}