fixed srca issues before demo

SRCA_DEV
umasoodch 3 years ago
parent fd5dd98d0e
commit f80fad450f

@ -405,7 +405,7 @@
left: 83%; left: 83%;
bottom: 67px; bottom: 67px;
color: black; color: black;
background-color: #BE332F; background-color: #c6903e;
width: 16%; width: 16%;
height: 6px; height: 6px;
} }
@ -421,7 +421,7 @@
left: 4%; left: 4%;
bottom: 67px; bottom: 67px;
color: black; color: black;
background-color: #BE332F; background-color: #c6903e;
width: 15%; width: 15%;
height: 6px; height: 6px;
} }

@ -273,7 +273,8 @@ export class ConfirmAddressComponent implements OnInit {
this.cs.sharedService.setSharedData(true, HomeComponent.COUNT_CHANGED); this.cs.sharedService.setSharedData(true, HomeComponent.COUNT_CHANGED);
// this.cs.openHome(); // this.cs.openHome();
//this.cs.setTotalNumberOfWorklistRequest(true); //this.cs.setTotalNumberOfWorklistRequest(true);
this.cs.openProfile('sideMenu'); // this.cs.openProfile('sideMenu');
this.cs.openHome();
//this.cs.openNotificationPage(); //this.cs.openNotificationPage();
} }
} }

@ -196,7 +196,8 @@ export class ConfirmBasicDetailsComponent implements OnInit {
// this.cs.presentAlert(msg); // this.cs.presentAlert(msg);
this.cs.greenToastPK("eit", "approval-message-success"); this.cs.greenToastPK("eit", "approval-message-success");
this.cs.sharedService.setSharedData(true, HomeComponent.COUNT_CHANGED); this.cs.sharedService.setSharedData(true, HomeComponent.COUNT_CHANGED);
this.cs.openProfile('sideMenu'); // this.cs.openProfile('sideMenu');
this.cs.openHome();
//this.cs.openNotificationPage(); //this.cs.openNotificationPage();
} }
} }

@ -197,7 +197,8 @@ export class ConfirmContactComponent implements OnInit {
// this.cs.presentAlert(msg); // this.cs.presentAlert(msg);
this.cs.greenToastPK("eit", "approval-message-success"); this.cs.greenToastPK("eit", "approval-message-success");
this.cs.sharedService.setSharedData(true, HomeComponent.COUNT_CHANGED); this.cs.sharedService.setSharedData(true, HomeComponent.COUNT_CHANGED);
this.cs.openProfile('sideMenu'); // this.cs.openProfile('sideMenu');
this.cs.openHome();
//this.cs.openNotificationPage(); //this.cs.openNotificationPage();
} }
} }

@ -170,7 +170,7 @@
<ion-card *ngIf="basicDetailsSegment" [ngClass]="direction === 'ltr'? 'card-size-info-en': 'card-size-info-ar' "> <ion-card *ngIf="basicDetailsSegment" [ngClass]="direction === 'ltr'? 'card-size-info-en': 'card-size-info-ar' ">
<ion-card-content *ngIf="!editBasic && employeeBasicDetails"> <ion-card-content *ngIf="!editBasic && employeeBasicDetails">
<ion-grid> <ion-grid>
<ion-row [style]="direction == 'ltr' ? 'width: 113%;' : 'width:95%'"> <ion-row style="width: 113%;">
<ion-col size="10"> <ion-col size="10">
<ion-label> <ion-label>
<h1 [ngClass]="direction === 'ltr'? 'header-label-text-form': 'header-label-text-form-ar' ">{{ts.trPK('general','basic-details')}}</h1> <h1 [ngClass]="direction === 'ltr'? 'header-label-text-form': 'header-label-text-form-ar' ">{{ts.trPK('general','basic-details')}}</h1>

@ -1263,7 +1263,7 @@ $actionBtnSize: 36px;
.card-size-info-ar { .card-size-info-ar {
width: 90%; width: 90%;
right: 3%; right: 1%;
padding-right: 0px; padding-right: 0px;
margin-left: 0px; margin-left: 0px;
} }

@ -1851,4 +1851,14 @@ ion-app[dir="rtl"] {
font-size: 12px; font-size: 12px;
} }
.timeline {
position: relative;
margin: 15px 0 0 0;
padding: 10px;
// border-bottom: solid 1px var(--cusgray);
}
.deligate{
margin-right: 25px;
}
} }
Loading…
Cancel
Save