fixed srca issues

SRCA_DEV_NEW
umasoodch 3 years ago
parent 163b8a5b4c
commit 3f8c8a7a07

@ -265,7 +265,7 @@ ion-card-content.confirm-details {
}
.header-toolbar-new{
--background: #024d71;
--background: #BE332F;
}
.confirmEitOkButton{

@ -230,7 +230,7 @@
position: absolute;
content: "";
// background: #BE332F;
// background: #024d71;
// background: #BE332F;
height: 140px;
width: 100%;
left: 0;
@ -276,7 +276,7 @@
// color: black;
// background-color: #CB3232;
// // background-color: #BE332F;
// // background-color: #024d71;
// // background-color: #BE332F;
// width: 11%;
// height: 6px;
// }

@ -83,7 +83,7 @@ hr {
.logout {
background-color: #c6903e;
border: none;
color: #004D71;
color: black;
text-align: center;
text-decoration: none;
display: inline-block;
@ -101,7 +101,7 @@ hr {
.logout-ar {
background-color: #c6903e;
border: none;
color: #004D71;
color: black;
text-align: center;
text-decoration: none;
display: inline-block;
@ -293,7 +293,7 @@ button.menu-item.item.item-block.item-ios {
.TxtPlace {
font-size: 20px;
color: #004D71;
color: black;
font-weight: bold;
text-overflow: ellipsis;
overflow: hidden;
@ -305,7 +305,7 @@ button.menu-item.item.item-block.item-ios {
.TxtPlaces {
font-size: 14px;
color: #004D71;
color: black;
font-weight: bold;
// font-family: 'Inter' !important;
text-overflow: ellipsis;
@ -353,7 +353,7 @@ button.menu-item.item.item-block.item-ios {
.companyTxt {
font-size: 12px;
color: #004D71;
color: black;
text-align: center;
font-family: 'Inter' !important;
}

@ -33,6 +33,6 @@
}
.p-color {
color: #004D71;
color: black;
font-weight: bold;
}

@ -380,7 +380,7 @@ export class ConfirmLoginComponent implements OnInit {
this.authService.checkSMS(request, () => { }, this.ts.trPK('general', 'ok'))
.subscribe((result: SMSCheckResponse) => {
if (this.cs.validResponse(result)) {
this.cs.sharedService.setSharedData(result.MemberLoginList.P_ORACLE_USER_NAME, 'oracle-user-name');
// this.cs.sharedService.setSharedData(result.MemberLoginList.P_ORACLE_USER_NAME, 'oracle-user-name');
this.businessInfo = {
show_business: result.BusinessCardPrivilege,
name_en: result.MemberInformationList[0].EMPLOYEE_NAME_En,

@ -174,7 +174,7 @@ img.centerDiv {
}
.first-circle {
background: #024D71 !important;
background: #BE332F !important;
border-radius: 50%;
height: 310px;
width: 310px;
@ -322,7 +322,7 @@ img.centerDiv {
.companyTxt {
font-size: 12px;
color: #004D71;
color: black;
text-align: center;
font-family: 'Inter' !important;
}

@ -421,7 +421,7 @@ export class SmsPageComponent implements OnInit {
if (this.common.validResponse(result)) {
this.common.sharedService.setSharedData(result.MemberLoginList.P_ORACLE_USER_NAME, 'oracle-user-name')
// this.common.sharedService.setSharedData(result.MemberLoginList.P_ORACLE_USER_NAME, 'oracle-user-name')
//save business card info

@ -229,7 +229,7 @@
<ion-row *ngIf="item.DISPLAY_FLAG != 'N' " class="">
<ion-col class="" *ngIf="item.SEGMENT_PROMPT!=''">
<label style="color:#024d71;font-weight: bold;" class="label" for="">{{item.SEGMENT_PROMPT}} </label>
<label style="color:#BE332F;font-weight: bold;" class="label" for="">{{item.SEGMENT_PROMPT}} </label>
<br>
<label class="label" style="color:black;" for="">{{item.SEGMENT_VALUE_DSP}} </label>
<br>

@ -103,7 +103,7 @@ h4 {
.contentEit:before {
position: absolute;
content: "";
// background: #024d71;
// background: #BE332F;
height: 140px;
width: 100%;
left: 0;

@ -7,14 +7,14 @@
<!-- <button ion-button (click)="resubmitEit()">next</button> -->
<div *ngIf="notificationBodyRes?.length > 0 ">
<ion-card *ngFor="let item of notificationBodyRes; let i=index ">
<ion-card-header class="hrTitle" style="background: #024d71;">
<ion-card-header class="hrTitle" style="background: #BE332F;">
<div class="hrTitle">{{'worklistMain, notfDetails' | translate}} </div>
<!-- <button ion-button icon-only *ngIf="item.Collection_Notification[0].ACTION!='DELETE_ROW'" (click)="updateEitNot(i)">
<ion-icon name="create"></ion-icon>
</button> -->
<div [ngClass]=" direction === 'en' ? 'editIconDiv' : 'editIconDiv-ar'"><button style="background: #024d71;" ion-button *ngIf="item.Collection_Notification[0].ACTION!='DELETE_ROW'" (click)="updateEitNot(i)">
<div [ngClass]=" direction === 'en' ? 'editIconDiv' : 'editIconDiv-ar'"><button style="background: #BE332F;" ion-button *ngIf="item.Collection_Notification[0].ACTION!='DELETE_ROW'" (click)="updateEitNot(i)">
<img class="imgSize" src="../assets/imgs/profile-icons/editingWhite.png"></button>
</div>

@ -107,15 +107,16 @@ export class AuthenticationService {
this.setPublicFields(request);
const user = this.getAuthenticatedUser();
const oracleUserName = this.cs.sharedService.getSharedData('oracle-user-name', false);
if (user && oracleUserName) {
// const oracleUserName = this.cs.sharedService.getSharedData('oracle-user-name', false);
// if (user && oracleUserName) {
if (user) {
const userName = this.cs.sharedService.getSharedData(LoginRequest.SHARED_DATA, false);
request.P_SESSION_ID = user.P_SESSION_ID;
request.MobileNumber = user.EMPLOYEE_MOBILE_NUMBER;
request.LogInTokenID = user.LogInTokenID;
request.TokenID = user.TokenID;
request.P_USER_NAME = oracleUserName; // '1100313582' ALWAYS USER NAME
request.UserName = oracleUserName; // '1100313582'
request.P_USER_NAME = userName; // '1100313582' ALWAYS USER NAME
request.UserName = userName; // '1100313582'
request.P_EMAIL_ADDRESS = user.EMPLOYEE_EMAIL_ADDRESS;
if (AuthenticationService.requireRelogin) {
this.sessionTimeOutDialog();
@ -147,7 +148,7 @@ export class AuthenticationService {
} else {
mobileType = 'android';
}
request.VersionID = 1.0;
request.VersionID = 3.9;
request.Channel = 31;
request.LanguageID = TranslatorService.getCurrentLanguageCode();
request.MobileType = mobileType;

@ -35,7 +35,7 @@
font-size: 8px;
text-align: center;
margin-top: 10px;
color: #004D71;
color: black;
font-weight: bold;
letter-spacing: 0px;
}

@ -36,7 +36,7 @@
span {
font-size: 25px;
font-weight: bold;
color: #004D71;
color: black;
text-align: center;
display: block;
}
@ -47,7 +47,7 @@ ion-app[dir="rtl"] .titleBox {
}
.pClass {
// color: #004D71;
// color: black;
// width: 85%;
// margin-top: 5px;
// font-weight: bold;
@ -56,7 +56,7 @@ ion-app[dir="rtl"] .titleBox {
// font-size: 15px !important;
color: #004D71;
color: black;
width: 100%;
margin-top: 5px;
font-weight: bold;

@ -43,7 +43,7 @@ ion-title {
ion-label {
display: block;
color: #004D71 !important;
color: black !important;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.16px;

@ -942,7 +942,7 @@ $actionBtnSize : 36px;
.name {
text-align: center;
letter-spacing: -0.84px;
color: #004D71;
color: black;
font-weight: bold;
opacity: 1;
font-family: 'Inter' !important;
@ -964,7 +964,7 @@ $actionBtnSize : 36px;
.subTitle {
text-align: center;
letter-spacing: -0.56px;
color: #004D71;
color: black;
font-weight: bold;
opacity: 1;
font-family: var(--fontFamilyPoppins-SemiBold, inherit);
@ -978,7 +978,7 @@ $actionBtnSize : 36px;
line-height: 20px;
font-size: 20px;
letter-spacing: -0.8px;
color: #004D71;
color: black;
font-weight: bold;
opacity: 1;
margin-top: 20px;
@ -1002,7 +1002,7 @@ $actionBtnSize : 36px;
line-height: 5px;
font-size: 16px;
letter-spacing: -0.64px;
color: #004D71;
color: black;
font-weight: bold;
opacity: 1;
}
@ -1013,7 +1013,7 @@ $actionBtnSize : 36px;
line-height: 20px;
font-size: 20px;
letter-spacing: -0.8px;
color: #004D71;
color: black;
font-weight: bold;
opacity: 1;
margin-top: 20px;
@ -1040,7 +1040,7 @@ $actionBtnSize : 36px;
line-height: 5px;
font-size: 18px;
letter-spacing: -0.64px;
color: #004D71;
color: black;
font-weight: bold;
opacity: 1;
padding: 1px 5px 1px 5px;

@ -25,7 +25,7 @@
.header-toolbar-new{
--background: #024d71;
--background: #BE332F;
}
.addEitOkButton{
white-space: normal !important;

@ -231,7 +231,7 @@
}
.header-toolbar-new{
--background: #024d71;
--background: #BE332F;
}
.title{
margin-top: -37px;
@ -266,3 +266,4 @@
text-align: left;
}
}

@ -231,7 +231,7 @@
}
.header-toolbar-new{
--background: #024d71;
--background: #BE332F;
}
.title{
margin-top: -37px;
@ -266,3 +266,4 @@
text-align: left;
}
}

@ -231,7 +231,7 @@
}
.header-toolbar-new{
--background: #024d71;
--background: #BE332F;
}
.title{
margin-top: -37px;

@ -1330,7 +1330,7 @@ $actionBtnSize: 36px;
.name {
text-align: center;
letter-spacing: -0.84px;
color: #004D71;
color: black;
opacity: 1;
font-weight: bold;
line-height: 21px;
@ -1343,7 +1343,7 @@ $actionBtnSize: 36px;
font-size: 13px;
line-height: 6px;
letter-spacing: -0.52px;
color: #004D71;
color: black;
opacity: 1;
font-family: 'Inter' !important;
}
@ -1352,7 +1352,7 @@ $actionBtnSize: 36px;
.subTitle {
text-align: center;
letter-spacing: -0.52px;
color: #004D71;
color: black;
opacity: 1;
font-weight: bold;
font-size: 16px;
@ -1387,7 +1387,7 @@ $actionBtnSize: 36px;
line-height: 30px;
font-size: 20px;
letter-spacing: -0.8px;
color: #004D71;
color: black;
font-weight: bold;
opacity: 1;
margin-top: 12px;
@ -1400,7 +1400,7 @@ $actionBtnSize: 36px;
line-height: 30px;
font-size: 20px;
letter-spacing: -0.8px;
color: #004D71;
color: black;
font-weight: bold;
opacity: 1;
margin-top: -3px;
@ -1426,7 +1426,7 @@ $actionBtnSize: 36px;
line-height: 20px;
font-size: 16px;
letter-spacing: -0.64px;
color: #004D71;
color: black;
font-weight: bold;
opacity: 1;
}
@ -1438,7 +1438,7 @@ $actionBtnSize: 36px;
line-height: 30px;
font-size: 20px;
letter-spacing: -0.8px;
color: #004D71;
color: black;
font-weight: bold;
opacity: 1;
margin-top: 12px;
@ -1451,7 +1451,7 @@ $actionBtnSize: 36px;
line-height: 30px;
font-size: 20px;
letter-spacing: -0.8px;
color: #004D71;
color: black;
font-weight: bold;
opacity: 1;
margin-top: -3px;
@ -1476,7 +1476,7 @@ $actionBtnSize: 36px;
line-height: 20px;
font-size: 16px;
letter-spacing: -0.64px;
color: #004D71;
color: black;
font-weight: bold;
opacity: 1;
font-family: 'Inter' !important;

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40">
<g id="Group_7733" data-name="Group 7733" transform="translate(-111 -245.557)">
<circle id="Ellipse_152" data-name="Ellipse 152" cx="20" cy="20" r="20" transform="translate(111 245.557)" fill="#024d71"/>
<circle id="Ellipse_152" data-name="Ellipse 152" cx="20" cy="20" r="20" transform="translate(111 245.557)" fill="#BE332F"/>
<g id="_57-Resume" data-name="57-Resume" transform="translate(117.088 252.214)">
<path id="Path_4729" data-name="Path 4729" d="M18.773,8.481a2.431,2.431,0,0,1-2.431-2.431V2H7.431A2.431,2.431,0,0,0,5,4.431V22.254a2.431,2.431,0,0,0,2.431,2.431H20.393a2.431,2.431,0,0,0,2.431-2.431V8.481ZM11.481,6.051A2.431,2.431,0,1,1,9.051,8.481a2.431,2.431,0,0,1,2.431-2.431Zm-3.241,8.1a2.431,2.431,0,0,1,2.431-2.431h1.62a2.431,2.431,0,0,1,2.431,2.431v1.62a.81.81,0,0,1-.81.81H9.051a.81.81,0,0,1-.81-.81Zm10.532,6.481H9.051a.81.81,0,0,1,0-1.62h9.722a.81.81,0,0,1,0,1.62Zm0-4.051h-1.62a.81.81,0,0,1,0-1.62h1.62a.81.81,0,0,1,0,1.62Zm0-4.051h-1.62a.81.81,0,0,1,0-1.62h1.62a.81.81,0,0,1,0,1.62Z" fill="#fff"/>
<path id="Path_4730" data-name="Path 4730" d="M21.81,6.971h3.581L21,2.58V6.161A.81.81,0,0,0,21.81,6.971Z" transform="translate(-3.037 -0.11)" fill="#fff"/>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="39" height="39" viewBox="0 0 39 39">
<g id="Group_7680" data-name="Group 7680" transform="translate(-111 -245.557)">
<circle id="Ellipse_152" data-name="Ellipse 152" cx="19.5" cy="19.5" r="19.5" transform="translate(111 245.557)" fill="#024d71"/>
<circle id="Ellipse_152" data-name="Ellipse 152" cx="19.5" cy="19.5" r="19.5" transform="translate(111 245.557)" fill="#BE332F"/>
<path id="family_3_" data-name="family (3)" d="M9.537,15.144v.993A3.01,3.01,0,0,1,6.53,19.144H2.647A.344.344,0,0,1,2.3,18.8V16.984A2.186,2.186,0,0,1,4.487,14.8H9.193a.344.344,0,0,1,.344.344ZM6.53,19.831c-2.567,0-3.49.008-3.871,0a.343.343,0,0,0-.355.343v.637a2.977,2.977,0,1,0,5.953-.024v-.852a.343.343,0,0,0-.458-.324,3.674,3.674,0,0,1-1.269.22Zm4.753,11.8a3.875,3.875,0,0,1-1.948.006.172.172,0,0,0-.177.274,1.486,1.486,0,0,0,2.3-.007.171.171,0,0,0-.175-.271Zm1.506-.259h-.071a.339.339,0,0,0-.321.237,2.184,2.184,0,0,1-3.968.451,2.276,2.276,0,0,1-.208-.449.344.344,0,0,0-.325-.238h-.09a2.062,2.062,0,0,0-2.062,2.062v.344a.344.344,0,0,0,.344.344h8.42a.344.344,0,0,0,.344-.344v-.344a2.062,2.062,0,0,0-2.063-2.061ZM2.307,30.112H.344A.344.344,0,0,0,0,30.455v3.324a.344.344,0,0,0,.344.344H2.307a.344.344,0,0,0,.344-.344V30.455a.344.344,0,0,0-.344-.343Zm5.736-5.361a.344.344,0,0,0-.181-.625h-.1a.284.284,0,0,0-.266.184,2.33,2.33,0,0,1-2.142,1.547,2.362,2.362,0,0,1-2.182-1.591.208.208,0,0,0-.2-.14A2.976,2.976,0,0,0,0,27.1v1.98a.344.344,0,0,0,.344.344H2.307a.344.344,0,0,0,.344-.344v-.144a.351.351,0,0,1,.321-.354.344.344,0,0,1,.366.343v4.854a.344.344,0,0,0,.344.344H4.713a.343.343,0,0,0,.344-.35v-.338a2.754,2.754,0,0,1,2-2.644.344.344,0,0,0,.178-.543,3.873,3.873,0,0,1,.813-5.5Zm9.574-.626a.279.279,0,0,0-.265.193,2.209,2.209,0,0,1-2.046,1.526,2.305,2.305,0,0,1-2.07-1.545.277.277,0,0,0-.258-.174h-.239a.344.344,0,0,0-.186.625,3.873,3.873,0,0,1,.81,5.5.344.344,0,0,0,.177.543,2.754,2.754,0,0,1,2,2.645c0,.143,0,.249,0,.338a.343.343,0,0,0,.344.35h1.031a.344.344,0,0,0,.344-.344V28.925a.344.344,0,0,1,.366-.343.351.351,0,0,1,.321.354v.144a.344.344,0,0,0,.344.344h1.964a.344.344,0,0,0,.344-.344V27.1a2.976,2.976,0,0,0-2.98-2.976Zm.326,6.331V33.78a.344.344,0,0,0,.344.344h1.964a.344.344,0,0,0,.344-.344V30.455a.344.344,0,0,0-.344-.344H18.287a.344.344,0,0,0-.343.344ZM15.374,14.82a4.284,4.284,0,0,0-4.322,4.28v4.26a.344.344,0,0,0,.469.32,3.654,3.654,0,0,1,.567-.166.345.345,0,0,0,.207-.544,3.711,3.711,0,0,1-.722-2.2V19.442a1.031,1.031,0,0,1,1.043-1.031,12.582,12.582,0,0,0,4.157-.649,1.618,1.618,0,0,1,2.133,1.532v1.5a3.678,3.678,0,0,1-.721,2.183.343.343,0,0,0,.2.542,3.63,3.63,0,0,1,.737.242.344.344,0,0,0,.488-.312v-4.3a4.315,4.315,0,0,0-4.237-4.334ZM10.3,24.72A3.179,3.179,0,1,0,13.477,27.9,3.179,3.179,0,0,0,10.3,24.72Zm4.123-.347a.172.172,0,0,0-.164.285,1.382,1.382,0,0,0,2.176-.062.172.172,0,0,0-.182-.274,3.688,3.688,0,0,1-1.83.046Zm2.572-5.954a13.252,13.252,0,0,1-4.385.684.343.343,0,0,0-.348.344v1.326a2.98,2.98,0,1,0,5.959.024V19.3a.93.93,0,0,0-1.226-.883ZM4.35,24.35a.172.172,0,0,0-.171.282,1.545,1.545,0,0,0,2.381-.053.172.172,0,0,0-.182-.275,3.669,3.669,0,0,1-2.028.046Z" transform="translate(120.203 239.361)" fill="#fff"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40">
<g id="Group_7734" data-name="Group 7734" transform="translate(-111 -245.557)">
<circle id="Ellipse_152" data-name="Ellipse 152" cx="20" cy="20" r="20" transform="translate(111 245.557)" fill="#024d71"/>
<circle id="Ellipse_152" data-name="Ellipse 152" cx="20" cy="20" r="20" transform="translate(111 245.557)" fill="#BE332F"/>
<g id="user_19_" data-name="user (19)" transform="translate(123.58 256.534)">
<g id="Group_7233" data-name="Group 7233" transform="translate(3.133)">
<g id="Group_7232" data-name="Group 7232">

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40">
<g id="Group_7736" data-name="Group 7736" transform="translate(-111 -245.557)">
<circle id="Ellipse_152" data-name="Ellipse 152" cx="20" cy="20" r="20" transform="translate(111 245.557)" fill="#024d71"/>
<circle id="Ellipse_152" data-name="Ellipse 152" cx="20" cy="20" r="20" transform="translate(111 245.557)" fill="#BE332F"/>
<g id="Pin" transform="translate(123.979 255.501)">
<path id="Path_4580" data-name="Path 4580" d="M15.542,0A7.552,7.552,0,0,0,8,7.542c0,5.414,7.026,12.2,7.325,12.481a.311.311,0,0,0,.434,0c.3-.286,7.325-7.067,7.325-12.481A7.552,7.552,0,0,0,15.542,0Zm0,11A3.457,3.457,0,1,1,19,7.542,3.457,3.457,0,0,1,15.542,11Z" transform="translate(-8)" fill="#fff"/>
</g>

Before

Width:  |  Height:  |  Size: 678 B

After

Width:  |  Height:  |  Size: 678 B

@ -1920,7 +1920,7 @@ ion-app[dir="rtl"] {
}
.ion-color-secondary {
--ion-color-base: #004D71 !important;
--ion-color-base: black !important;
}
ion-app[dir="ltr"] {

@ -114,9 +114,9 @@
--primary: #3ac1f1;
--secondary: #19a163;
--danger: #f53d3d;
--customnavy: #44A7A1;
--customnavy: #c6903e;
--light: #ffffff;
--dark: #004D71;
--dark: black;
--gray: #e4e5e7;
--custgreen: #44A7A1;
--cusgray: #d9d9d9;

Loading…
Cancel
Save