fixed css issues

SRCA_DEV
umasoodch 3 years ago
parent 539902ceef
commit b7e6ad0ffb

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

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

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

@ -98,14 +98,14 @@ export class HomePage implements OnInit {
icon: 'assets/icon/new-design/leave_balance.png', icon: 'assets/icon/new-design/leave_balance.png',
link: '3', link: '3',
show: true, 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 = {}; public slideOptsOne = {};
@ -861,13 +861,13 @@ export class HomePage implements OnInit {
this.common.openNotificationPage(); this.common.openNotificationPage();
// tslint:disable-next-line: triple-equals // tslint:disable-next-line: triple-equals
} else if (link == '2') { } else if (link == '2') {
this.openPage(this.missingSwipeRequestObject); // this.openPage(this.missingSwipeRequestObject);
// tslint:disable-next-line: triple-equals // tslint:disable-next-line: triple-equals
} else if (link == '3') { } else if (link == '3') {
this.openPage(this.leaveRequestObject); // this.openPage(this.leaveRequestObject);
// tslint:disable-next-line: triple-equals // tslint:disable-next-line: triple-equals
} else if (link == '4') { } else if (link == '4') {
this.openPage(this.ticketRequestObject); // this.openPage(this.ticketRequestObject);
} }
} }

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

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

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

@ -195,7 +195,7 @@
position: absolute; position: absolute;
top: 0px; top: 0px;
z-index: 0; z-index: 0;
background: #30b8c6; background: #c6903e;
color: #fff; color: #fff;
border-radius: 50%; border-radius: 50%;
border: 0px; 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": { "eit": {
"my-reports": {
"en": "My Reports",
"ar": "تقاريري"
},
"done-text": { "done-text": {
"en": "Done", "en": "Done",
"ar": "تم" "ar": "تم"

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

Loading…
Cancel
Save