diff --git a/Mohem/src/app/payslip/home/home.component.scss b/Mohem/src/app/payslip/home/home.component.scss index 92c6a6a6..d292672d 100644 --- a/Mohem/src/app/payslip/home/home.component.scss +++ b/Mohem/src/app/payslip/home/home.component.scss @@ -405,7 +405,7 @@ left: 83%; bottom: 67px; color: black; - background-color: #BE332F; + background-color: #c6903e; width: 16%; height: 6px; } @@ -421,7 +421,7 @@ left: 4%; bottom: 67px; color: black; - background-color: #BE332F; + background-color: #c6903e; width: 15%; height: 6px; } \ No newline at end of file diff --git a/Mohem/src/app/profile/confirm-address/confirm-address.component.ts b/Mohem/src/app/profile/confirm-address/confirm-address.component.ts index 274116b4..b64746bc 100644 --- a/Mohem/src/app/profile/confirm-address/confirm-address.component.ts +++ b/Mohem/src/app/profile/confirm-address/confirm-address.component.ts @@ -273,7 +273,8 @@ export class ConfirmAddressComponent implements OnInit { this.cs.sharedService.setSharedData(true, HomeComponent.COUNT_CHANGED); // this.cs.openHome(); //this.cs.setTotalNumberOfWorklistRequest(true); - this.cs.openProfile('sideMenu'); + // this.cs.openProfile('sideMenu'); + this.cs.openHome(); //this.cs.openNotificationPage(); } } diff --git a/Mohem/src/app/profile/confirm-basic-details/confirm-basic-details.component.ts b/Mohem/src/app/profile/confirm-basic-details/confirm-basic-details.component.ts index e1cede68..5c9dca61 100644 --- a/Mohem/src/app/profile/confirm-basic-details/confirm-basic-details.component.ts +++ b/Mohem/src/app/profile/confirm-basic-details/confirm-basic-details.component.ts @@ -196,7 +196,8 @@ export class ConfirmBasicDetailsComponent implements OnInit { // this.cs.presentAlert(msg); this.cs.greenToastPK("eit", "approval-message-success"); this.cs.sharedService.setSharedData(true, HomeComponent.COUNT_CHANGED); - this.cs.openProfile('sideMenu'); + // this.cs.openProfile('sideMenu'); + this.cs.openHome(); //this.cs.openNotificationPage(); } } diff --git a/Mohem/src/app/profile/confirm-contact/confirm-contact.component.ts b/Mohem/src/app/profile/confirm-contact/confirm-contact.component.ts index f484df00..67113d42 100644 --- a/Mohem/src/app/profile/confirm-contact/confirm-contact.component.ts +++ b/Mohem/src/app/profile/confirm-contact/confirm-contact.component.ts @@ -197,7 +197,8 @@ export class ConfirmContactComponent implements OnInit { // this.cs.presentAlert(msg); this.cs.greenToastPK("eit", "approval-message-success"); this.cs.sharedService.setSharedData(true, HomeComponent.COUNT_CHANGED); - this.cs.openProfile('sideMenu'); + // this.cs.openProfile('sideMenu'); + this.cs.openHome(); //this.cs.openNotificationPage(); } } diff --git a/Mohem/src/app/profile/home/home.component.html b/Mohem/src/app/profile/home/home.component.html index 4ddfb979..c8c2f15d 100644 --- a/Mohem/src/app/profile/home/home.component.html +++ b/Mohem/src/app/profile/home/home.component.html @@ -170,7 +170,7 @@ - +

{{ts.trPK('general','basic-details')}}

diff --git a/Mohem/src/app/profile/home/home.component.scss b/Mohem/src/app/profile/home/home.component.scss index be86526a..db902c37 100644 --- a/Mohem/src/app/profile/home/home.component.scss +++ b/Mohem/src/app/profile/home/home.component.scss @@ -1263,7 +1263,7 @@ $actionBtnSize: 36px; .card-size-info-ar { width: 90%; - right: 3%; + right: 1%; padding-right: 0px; margin-left: 0px; } diff --git a/Mohem/src/theme/styles.scss b/Mohem/src/theme/styles.scss index 10e7f04f..d4935230 100644 --- a/Mohem/src/theme/styles.scss +++ b/Mohem/src/theme/styles.scss @@ -1851,4 +1851,14 @@ ion-app[dir="rtl"] { font-size: 12px; } + .timeline { + position: relative; + margin: 15px 0 0 0; + padding: 10px; + // border-bottom: solid 1px var(--cusgray); + } + .deligate{ + margin-right: 25px; + } + } \ No newline at end of file