fixed css issues

SRCA_DEV
umasoodch 3 years ago
parent 539902ceef
commit b7e6ad0ffb

@ -191,7 +191,7 @@ img.centerDiv {
.last-circle {
position: inherit;
background: #65C399 !important;
background: #91692d !important;
border-radius: 50%;
height: 166px;
width: 140px;

@ -195,7 +195,7 @@
position: absolute;
top: 0px;
z-index: 0;
background: #30b8c6;
background: #c6903e;
color: #fff;
border-radius: 50%;
border: 0px;

@ -1611,7 +1611,7 @@ export class CommonService {
value: 0,
name: 'HR',
active: false,
color: '#18a169',
color: '#c6903e',
key: 'HRSSA',
disable: false,
total: 0
@ -1686,7 +1686,7 @@ export class CommonService {
{
data: [0, 0, 0, 0, 0, 0, 0, 0],
backgroundColor: [
'#18a169',
'#c6903e',
'#3cb9d5',
'#114475',
'#38c9b3',

@ -98,14 +98,14 @@ export class HomePage implements OnInit {
icon: 'assets/icon/new-design/leave_balance.png',
link: '3',
show: true,
},
{
title: this.ts.trPK('eit', 'my-reports'),
statsValue: 0,
icon: 'assets/icon/new-design/report.png',
link: '4',
show: true
}
// {
// title: this.ts.trPK('absenceList', 'tickets-balance'),
// statsValue: 0,
// icon: 'assets/icon/new-design/ticket_balance.png',
// link: '4',
// show: this.isShow
// }
];
public slideOptsOne = {};
@ -861,13 +861,13 @@ export class HomePage implements OnInit {
this.common.openNotificationPage();
// tslint:disable-next-line: triple-equals
} else if (link == '2') {
this.openPage(this.missingSwipeRequestObject);
// this.openPage(this.missingSwipeRequestObject);
// tslint:disable-next-line: triple-equals
} else if (link == '3') {
this.openPage(this.leaveRequestObject);
// this.openPage(this.leaveRequestObject);
// tslint:disable-next-line: triple-equals
} else if (link == '4') {
this.openPage(this.ticketRequestObject);
// this.openPage(this.ticketRequestObject);
}
}

@ -112,7 +112,7 @@ export class HomeComponent implements OnInit {
value: 0,
name: 'HR',
active: false,
color: '#18a169',
color: '#c6903e',
key: 'HRSSA',
disable: false
},

@ -356,7 +356,7 @@ ion-card {
.active-Segment {
font-size: 0.3cm !important;
background: #BE332F !important;
background: #c6903e !important;
text-transform: none;
--color-checked: none;
border-radius: 100px;

@ -195,7 +195,7 @@
position: absolute;
top: 0px;
z-index: 0;
background: #30b8c6;
background: #c6903e;
color: #fff;
border-radius: 50%;
border: 0px;

@ -195,7 +195,7 @@
position: absolute;
top: 0px;
z-index: 0;
background: #30b8c6;
background: #c6903e;
color: #fff;
border-radius: 50%;
border: 0px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 638 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

@ -2071,6 +2071,10 @@
}
},
"eit": {
"my-reports": {
"en": "My Reports",
"ar": "تقاريري"
},
"done-text": {
"en": "Done",
"ar": "تم"

@ -1840,7 +1840,7 @@ ion-app[dir="rtl"] {
}
.slideFullWidth .swiper-slide {
margin-right: 10px !important;
margin-right: 0px !important;
}
.iconBox img {

Loading…
Cancel
Save