From bec7b24621c2fb51e234bb64c60f8f810d9d286b Mon Sep 17 00:00:00 2001 From: Sultan Khan Date: Mon, 15 Aug 2022 15:18:48 +0300 Subject: [PATCH] MOE changes "commented functionalities " --- .../confirm-login.component.html | 4 +- .../services/common/common.service.ts | 165 +++++++++--------- .../services/connector/connector.service.ts | 4 +- .../app/notification/home/home.component.ts | 129 +++++++------- .../worklist-advanced-search.component.html | 4 +- .../src/app/profile/home/home.component.html | 5 +- Mohem/src/theme/styles.scss | 3 + 7 files changed, 159 insertions(+), 155 deletions(-) diff --git a/Mohem/src/app/authentication/confirm-login/confirm-login.component.html b/Mohem/src/app/authentication/confirm-login/confirm-login.component.html index b1bcdb6c..d0ea3dbc 100644 --- a/Mohem/src/app/authentication/confirm-login/confirm-login.component.html +++ b/Mohem/src/app/authentication/confirm-login/confirm-login.component.html @@ -43,7 +43,7 @@ - + diff --git a/Mohem/src/app/profile/home/home.component.html b/Mohem/src/app/profile/home/home.component.html index 9c04ca73..4ddfb979 100644 --- a/Mohem/src/app/profile/home/home.component.html +++ b/Mohem/src/app/profile/home/home.component.html @@ -58,8 +58,9 @@ {{ts.trPK('userProfile','contact-details')}} - -
+ + +
{{ts.trPK('userProfile','family-members')}} diff --git a/Mohem/src/theme/styles.scss b/Mohem/src/theme/styles.scss index f8e4688e..80f3e75f 100644 --- a/Mohem/src/theme/styles.scss +++ b/Mohem/src/theme/styles.scss @@ -1843,4 +1843,7 @@ ion-app[dir="rtl"] { margin-right: 10px !important; } + .iconBox img { + margin: 5px !important; + } } \ No newline at end of file