Merge branch 'MOE_DEV_NEW_TEMPORARY_DESIGN' of https://gitlab.com/haroon6138/mohemmionic5 into MOE_DEV_NEW_TEMPORARY_DESIGN

MOE_DEV_NEW_TEMPORARY_DESIGN
umasoodch 4 years ago
commit 8ba961c517

@ -313,6 +313,7 @@ button.menu-item.item.item-block.item-ios {
text-align: center; text-align: center;
margin: auto; margin: auto;
width: 100%; width: 100%;
position: absolute;
} }
@ -330,8 +331,8 @@ button.menu-item.item.item-block.item-ios {
.menuFooter .CompanyImg { .menuFooter .CompanyImg {
width: 80%; width: 65%;
height: 80%; height: 60%;
margin-bottom: -21px; margin-bottom: -21px;
} }
@ -341,8 +342,9 @@ button.menu-item.item.item-block.item-ios {
// } // }
.logoImgWithMyTeam { .logoImgWithMyTeam {
margin-bottom: 70px;
width: 250px; width: 225px;
margin: auto;
} }
.logoImg { .logoImg {

@ -1,7 +1,7 @@
<ion-content padding> <ion-content padding>
<ion-grid class="customGrid"> <ion-grid class="customGrid">
<ion-row *ngIf="!user"> <ion-row *ngIf="!user">
<div class="content"> <div class="content" dir="ltr">
<div class="first-circle"></div> <div class="first-circle"></div>
<div class="middle-circle"></div> <div class="middle-circle"></div>
<div class="last-circle"></div> <div class="last-circle"></div>

@ -15,6 +15,7 @@
width: 100%; width: 100%;
position: static; position: static;
} }
.iconBox img { .iconBox img {
margin: 0px auto 10px !important; margin: 0px auto 10px !important;
display: block; display: block;
@ -27,9 +28,10 @@
} }
.pClass { .pClass {
font-size: 9px; font-size: 11px;
text-align: center; text-align: center;
margin-top: 10px; margin-top: 10px;
color: black; color: black;
font-weight: bold; font-weight: 600;
} }

@ -44,7 +44,7 @@ ion-title {
ion-label { ion-label {
display: block; display: block;
color: black !important; color: black !important;
font-size: 14px; font-size: 16px;
font-weight: bold; font-weight: bold;
} }
@ -80,20 +80,24 @@ ion-label {
width: 100%; width: 100%;
margin-top: 25px; margin-top: 25px;
margin-bottom: 0px; margin-bottom: 0px;
h3 { h3 {
font-size: 18px; font-size: 18px;
font-weight: bold; font-weight: bold;
margin: 0; margin: 0;
} }
span { span {
font-size: 13px; font-size: 13px;
display: block; display: block;
} }
img { img {
display: block; display: block;
margin: 10px auto; margin: 10px auto;
width: 80%; width: 80%;
} }
ion-button { ion-button {
border-radius: 10px; border-radius: 10px;
padding: 10px; padding: 10px;

@ -193,7 +193,7 @@ export class HomePage implements OnInit {
public slideSettingsTwo() { public slideSettingsTwo() {
const width = this.platform.width(); const width = this.platform.width();
this.slideOptsOne = { this.slideOptsOne = {
slidesPerView: width > 320 ? 3.5 : 3, slidesPerView: width > 320 ? 3.2 : 3,
spaceBetween: 10 spaceBetween: 10
}; };
this.slideOptsTwo = { this.slideOptsTwo = {

@ -1,6 +1,7 @@
ion-content { ion-content {
--ion-background-color: whitesmoke; --ion-background-color: whitesmoke;
} }
ion-title { ion-title {
color: white; color: white;
position: absolute; position: absolute;
@ -13,6 +14,7 @@ ion-title{
height: 100%; height: 100%;
font-family: WorkSans-Regular; font-family: WorkSans-Regular;
} }
.contentBg { .contentBg {
padding: 0px 20px; padding: 0px 20px;
} }
@ -31,6 +33,7 @@ ion-title{
.user-info { .user-info {
text-align: center; text-align: center;
margin-bottom: 15px; margin-bottom: 15px;
.user-image-container { .user-image-container {
position: relative; position: relative;
width: 100%; width: 100%;
@ -40,6 +43,7 @@ ion-title{
margin: 0 auto; margin: 0 auto;
align-items: center; align-items: center;
} }
// position: relative; // position: relative;
// width: 80px; // width: 80px;
// height: 80px; // height: 80px;
@ -72,7 +76,9 @@ ion-title{
/* border: 1px solid #ccc; */ /* border: 1px solid #ccc; */
margin-top: -125px; margin-top: -125px;
}} }
}
@media screen and (min-width: 768px) and (max-width:1024px) { @media screen and (min-width: 768px) and (max-width:1024px) {
.user-image { .user-image {
position: relative; position: relative;
@ -81,7 +87,9 @@ ion-title{
height: 100%; height: 100%;
border-radius: 80px; border-radius: 80px;
margin-bottom: 371px; margin-bottom: 371px;
}} }
}
h1 { h1 {
margin: 0; margin: 0;
padding: 0; padding: 0;
@ -89,6 +97,7 @@ ion-title{
font-size: 18px; font-size: 18px;
margin-bottom: 4px; margin-bottom: 4px;
} }
span { span {
font-size: 12px; font-size: 12px;
display: block; display: block;
@ -97,12 +106,15 @@ ion-title{
} }
$actionBtnSize : 36px; $actionBtnSize : 36px;
.user-actions { .user-actions {
text-align: center; text-align: center;
margin-left: 1px; margin-left: 1px;
.action-button { .action-button {
font-size: 11px; font-size: 11px;
font-weight: bold; font-weight: bold;
// white-space: nowrap; // white-space: nowrap;
// color: #888; // color: #888;
.action-button-icon { .action-button-icon {
@ -116,10 +128,12 @@ ion-title{
margin-bottom: 3px; margin-bottom: 3px;
font-family: var(--fontFamilyPoppins-SemiBold, inherit); font-family: var(--fontFamilyPoppins-SemiBold, inherit);
display: flex; display: flex;
img { img {
margin: 0 auto; margin: 0 auto;
vertical-align: middle; vertical-align: middle;
} }
.span { .span {
font-size: 10px; font-size: 10px;
display: block; display: block;
@ -135,6 +149,7 @@ ion-title{
border-radius: 20px; border-radius: 20px;
opacity: 1; opacity: 1;
} }
// .employee-information-indetail{ // .employee-information-indetail{
// background: white; // background: white;
// margin-top: 15px; // margin-top: 15px;
@ -181,10 +196,12 @@ ion-title{
// margin-right: 22px; // margin-right: 22px;
// margin-left: 22px; // margin-left: 22px;
margin-left: 30px; margin-left: 30px;
margin-right: 30px;
background-color: #024d71; background-color: #024d71;
display: flex; display: flex;
} }
} }
@media screen and (min-width: 768px) and (max-width:1024px) { @media screen and (min-width: 768px) and (max-width:1024px) {
.active-Segment { .active-Segment {
@ -204,7 +221,8 @@ ion-title{
// margin-left: 14px; // margin-left: 14px;
display: flex; display: flex;
}} }
}
@media screen and (min-width: 1px) and (max-width:767px) { @media screen and (min-width: 1px) and (max-width:767px) {
.normal-Segment { .normal-Segment {
@ -220,9 +238,10 @@ ion-title{
margin-left: 30px; margin-left: 30px;
background: #414040 !important; background: #414040 !important;
display: flex; display: flex;
margin-right: 30px;
} }
} }
@media screen and (min-width: 768px) and (max-width:1024px) { @media screen and (min-width: 768px) and (max-width:1024px) {
.normal-Segment { .normal-Segment {
width: 11%; width: 11%;
@ -238,7 +257,8 @@ ion-title{
// margin-left: 14px; // margin-left: 14px;
background: #414040 !important; background: #414040 !important;
display: flex; display: flex;
}} }
}
@ -252,21 +272,27 @@ ion-title{
margin: auto; margin: auto;
height: 18px; height: 18px;
display: flex; display: flex;
}} }
}
@media screen and (min-width: 768px) and (max-width:1024px) { @media screen and (min-width: 768px) and (max-width:1024px) {
.imgSize{position: absolute; .imgSize {
position: absolute;
top: 0; top: 0;
bottom: 0; bottom: 0;
left: 2px; left: 2px;
margin: auto; margin: auto;
height: 28px; height: 28px;
display: flex;}} display: flex;
}
}
.colum-container { .colum-container {
padding: 15px; padding: 15px;
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
} }
.img { .img {
width: 100px; width: 100px;
height: 100px; height: 100px;
@ -278,6 +304,7 @@ ion-title{
background: transparent; background: transparent;
margin-left: -3px; margin-left: -3px;
} }
///////////////////////// Team Members css //////////////////////@extend ///////////////////////// Team Members css //////////////////////@extend
.filters-row { .filters-row {
@ -286,10 +313,12 @@ ion-title{
.search-dropdown { .search-dropdown {
background: #024d71; background: #024d71;
ion-select { ion-select {
.select-text { .select-text {
margin-left: -10px; margin-left: -10px;
} }
.select-icon { .select-icon {
.select-icon-inner { .select-icon-inner {
opacity: 1; opacity: 1;
@ -302,6 +331,7 @@ ion-title{
.input-container { .input-container {
background: white; background: white;
ion-input { ion-input {
border-bottom-color: transparent; border-bottom-color: transparent;
} }
@ -309,17 +339,20 @@ ion-title{
.search-container { .search-container {
margin-top: 15px; margin-top: 15px;
ion-col { ion-col {
background: white; background: white;
border-radius: 12px; border-radius: 12px;
padding-right: 10px; padding-right: 10px;
flex: none; flex: none;
ion-icon { ion-icon {
margin-right: 3px; margin-right: 3px;
font-size: 14px; font-size: 14px;
margin-left: 3px; margin-left: 3px;
vertical-align: middle; vertical-align: middle;
} }
span { span {
font-size: 12px; font-size: 12px;
vertical-align: middle; vertical-align: middle;
@ -344,11 +377,13 @@ ion-title{
margin-top: -1px; margin-top: -1px;
margin-left: 43px; margin-left: 43px;
} }
.activeArrow { .activeArrow {
height: 20px; height: 20px;
width: 20px; width: 20px;
color: #024d71; color: #024d71;
} }
.disabledArrow { .disabledArrow {
height: 20px; height: 20px;
width: 20px; width: 20px;
@ -361,6 +396,7 @@ ion-title{
color: #024d71; color: #024d71;
margin-right: 275px; margin-right: 275px;
} }
.disabledArrow-ar { .disabledArrow-ar {
height: 20px; height: 20px;
width: 20px; width: 20px;
@ -382,7 +418,8 @@ ion-title{
border-radius: 20px; border-radius: 20px;
border: 1px solid #ccc; border: 1px solid #ccc;
padding-top: 12px; padding-top: 12px;
}} }
}
@media screen and (min-width: 768px) and (max-width:1024px) { @media screen and (min-width: 768px) and (max-width:1024px) {
.result-graph { .result-graph {
@ -397,7 +434,9 @@ ion-title{
border-radius: 20px; border-radius: 20px;
border: 1px solid #ccc; border: 1px solid #ccc;
padding-top: 114px !important; padding-top: 114px !important;
}} }
}
.result-graph-attendence { .result-graph-attendence {
position: relative; position: relative;
background: white; background: white;
@ -418,6 +457,7 @@ ion-title{
margin-bottom: 10px; margin-bottom: 10px;
margin-left: 10px; margin-left: 10px;
} }
.request-heading-ar { .request-heading-ar {
text-align: right; text-align: right;
display: block; display: block;
@ -435,12 +475,14 @@ ion-title{
display: block; display: block;
text-align: center; text-align: center;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
h2 { h2 {
font-size: 38px; font-size: 38px;
font-family: WorkSans-Bold; font-family: WorkSans-Bold;
margin: 0 auto; margin: 0 auto;
line-height: 36px; line-height: 36px;
} }
span { span {
width: 125px; width: 125px;
display: block; display: block;
@ -449,6 +491,7 @@ ion-title{
font-family: workSans-Regular; font-family: workSans-Regular;
} }
} }
@media screen and (min-width: 325px) { @media screen and (min-width: 325px) {
.today-graph { .today-graph {
// width: 100%; // width: 100%;
@ -457,7 +500,9 @@ ion-title{
height: 132px; height: 132px;
width: 264px; width: 264px;
margin-left: 154px; margin-left: 154px;
}} }
}
@media screen and (min-width: 1px) and (max-width:320px) { @media screen and (min-width: 1px) and (max-width:320px) {
.today-graph { .today-graph {
// width: 100%; // width: 100%;
@ -466,7 +511,8 @@ ion-title{
height: 132px; height: 132px;
width: 264px; width: 264px;
margin-left: 84px; margin-left: 84px;
}} }
}
.today-graph-ar { .today-graph-ar {
max-height: 4cm; max-height: 4cm;
@ -511,6 +557,7 @@ ion-title{
line-height: 11px !important; line-height: 11px !important;
display: block; display: block;
} }
h2 { h2 {
font-size: 25px; font-size: 25px;
font-weight: bold; font-weight: bold;
@ -549,6 +596,7 @@ ion-title{
font-size: 10px; font-size: 10px;
font-family: var(--fontFamilyPoppins-SemiBold, inherit); font-family: var(--fontFamilyPoppins-SemiBold, inherit);
} }
span { span {
font-size: 10px; font-size: 10px;
font-family: var(--fontFamilyPoppins-SemiBold, inherit); font-family: var(--fontFamilyPoppins-SemiBold, inherit);
@ -571,31 +619,39 @@ ion-title{
// } // }
} }
@media screen and (min-width: 325px) { @media screen and (min-width: 325px) {
.statsIcon { .statsIcon {
background: white; background: white;
margin-left: 12px; margin-left: 12px;
margin-top: 6px; margin-top: 6px;
}} }
}
@media screen and (min-width: 1px) and (max-width:320px) { @media screen and (min-width: 1px) and (max-width:320px) {
.statsIcon { .statsIcon {
background: white; background: white;
margin-left: -15px; margin-left: -15px;
margin-top: 6px; margin-top: 6px;
}} }
}
@media screen and (min-width: 325px) { @media screen and (min-width: 325px) {
.statsIcon-ar { .statsIcon-ar {
background: white; background: white;
// margin-left: 12px; // margin-left: 12px;
margin-top: 6px; margin-top: 6px;
}} }
}
@media screen and (min-width: 1px) and (max-width:320px) { @media screen and (min-width: 1px) and (max-width:320px) {
.statsIcon-ar { .statsIcon-ar {
background: white; background: white;
margin-right: -2px; margin-right: -2px;
margin-top: 6px; margin-top: 6px;
}} }
}
.month-year-span { .month-year-span {
font-size: 16px; font-size: 16px;
// font-family: WorkSans-Bold; // font-family: WorkSans-Bold;
@ -625,6 +681,7 @@ ion-title{
background-color: #292F42; background-color: #292F42;
margin-top: 30px; margin-top: 30px;
} }
.span-one { .span-one {
// display: block; // display: block;
// font-size: 12px; // font-size: 12px;
@ -637,6 +694,7 @@ ion-title{
font-weight: bold; font-weight: bold;
} }
.span-two { .span-two {
// display: block; // display: block;
// font-size: 22px; // font-size: 22px;
@ -662,6 +720,7 @@ ion-title{
font-weight: bold; font-weight: bold;
} }
.spa-two { .spa-two {
// display: block; // display: block;
// font-size: 22px; // font-size: 22px;
@ -674,6 +733,7 @@ ion-title{
font-family: WorkSans-Bold; font-family: WorkSans-Bold;
} }
.graph-container { .graph-container {
margin-left: -50px; margin-left: -50px;
position: relative; position: relative;
@ -685,6 +745,7 @@ ion-title{
position: relative; position: relative;
margin-left: 50px; margin-left: 50px;
} }
.label-container { .label-container {
position: absolute; position: absolute;
// width: 20%; // width: 20%;
@ -694,6 +755,7 @@ ion-title{
left: 20px; left: 20px;
} }
@media screen and (min-width: 325px) { @media screen and (min-width: 325px) {
.attendance-summary .attendance-information { .attendance-summary .attendance-information {
span { span {
@ -701,6 +763,7 @@ ion-title{
display: block; display: block;
line-height: 14px; line-height: 14px;
} }
h2 { h2 {
// text-align: right; // text-align: right;
// font-family: WorkSans-Bold; // font-family: WorkSans-Bold;
@ -708,7 +771,9 @@ ion-title{
font-size: 13px; font-size: 13px;
} }
}} }
}
@media screen and (min-width: 1px) and (max-width:320px) { @media screen and (min-width: 1px) and (max-width:320px) {
.attendance-summary .attendance-information { .attendance-summary .attendance-information {
span { span {
@ -717,6 +782,7 @@ ion-title{
line-height: 7px; line-height: 7px;
font-size: 7px; font-size: 7px;
} }
h2 { h2 {
// text-align: right; // text-align: right;
// font-family: WorkSans-Bold; // font-family: WorkSans-Bold;
@ -724,7 +790,8 @@ ion-title{
font-size: 13px; font-size: 13px;
} }
}} }
}
.calendar-container { .calendar-container {
background: white; background: white;
@ -733,6 +800,7 @@ ion-title{
border-radius: 20px; border-radius: 20px;
border: 1px solid #ccc; border: 1px solid #ccc;
padding-bottom: 25px; padding-bottom: 25px;
span { span {
text-align: left; text-align: left;
display: block; display: block;
@ -741,11 +809,13 @@ ion-title{
margin-left: 10px; margin-left: 10px;
} }
} }
.calendar-container-ar { .calendar-container-ar {
background: white; background: white;
margin-bottom: 100px; margin-bottom: 100px;
margin-top: 20px; margin-top: 20px;
border-radius: 20px; border-radius: 20px;
span { span {
text-align: right; text-align: right;
display: block; display: block;
@ -784,14 +854,17 @@ ion-title{
font-size: 16px; font-size: 16px;
font-family: var(--fontFamilyPoppins-SemiBold, inherit); font-family: var(--fontFamilyPoppins-SemiBold, inherit);
} }
.stats { .stats {
color: #289DB8; font-size: 9px; color: #289DB8;
font-size: 9px;
margin-right: 5px; margin-right: 5px;
font-family: 'WorkSans-Bold'; font-family: 'WorkSans-Bold';
} }
.stats-ar { .stats-ar {
color: #289DB8; font-size: 9px; color: #289DB8;
font-size: 9px;
margin-left: 5px; margin-left: 5px;
font-family: 'WorkSans-Bold'; font-family: 'WorkSans-Bold';
} }
@ -844,12 +917,15 @@ ion-title{
pointer-events: none; pointer-events: none;
opacity: .3; opacity: .3;
} }
.favIcon { .favIcon {
height: 18px; margin-left: 23px; height: 18px;
margin-left: 23px;
} }
.favIcon-ar { .favIcon-ar {
height: 18px; margin-right: 23px; height: 18px;
margin-right: 23px;
} }
.call { .call {
@ -859,6 +935,7 @@ ion-title{
.call-ar { .call-ar {
margin-left: 16px; margin-left: 16px;
} }
.name { .name {
text-align: center; text-align: center;
letter-spacing: -0.84px; letter-spacing: -0.84px;
@ -868,6 +945,7 @@ ion-title{
line-height: 21px; line-height: 21px;
font-size: 21px; font-size: 21px;
} }
.email { .email {
text-align: center; text-align: center;
font-family: var(--fontFamilyPoppins-SemiBold, inherit); font-family: var(--fontFamilyPoppins-SemiBold, inherit);
@ -878,6 +956,7 @@ ion-title{
opacity: 1; opacity: 1;
padding-top: 3px; padding-top: 3px;
} }
.subTitle { .subTitle {
text-align: center; text-align: center;
letter-spacing: -0.52px; letter-spacing: -0.52px;
@ -887,6 +966,7 @@ ion-title{
font-size: 13px; font-size: 13px;
line-height: 0px; line-height: 0px;
} }
.profile { .profile {
text-align: left; text-align: left;
font-family: var(--fontFamilyPoppins-SemiBold, inherit); font-family: var(--fontFamilyPoppins-SemiBold, inherit);
@ -898,6 +978,7 @@ ion-title{
margin-top: 20px; margin-top: 20px;
margin-bottom: 2px; margin-bottom: 2px;
} }
.label1 { .label1 {
text-align: left; text-align: left;
font-family: var(--fontFamilyPoppins-SemiBold, inherit); font-family: var(--fontFamilyPoppins-SemiBold, inherit);
@ -928,45 +1009,55 @@ ion-title{
opacity: 1; opacity: 1;
margin-top: 20px; margin-top: 20px;
margin-bottom: 2px; margin-bottom: 2px;
padding: 5px;
font-weight: bold;
} }
.label1-ar { .label1-ar {
text-align: right; text-align: right;
font-family: var(--fontFamilyPoppins-SemiBold, inherit); font-family: var(--fontFamilyPoppins-SemiBold, inherit);
line-height: 0px; line-height: 0px;
font-size: 13px; font-size: 18px;
letter-spacing: -0.52px; letter-spacing: -0.52px;
color: #A2A2A2; color: #A2A2A2;
opacity: 1; opacity: 1;
padding: 1px 5px 1px 5px;
} }
.label2-ar { .label2-ar {
text-align: right; text-align: right;
font-family: var(--fontFamilyPoppins-SemiBold, inherit); font-family: var(--fontFamilyPoppins-SemiBold, inherit);
line-height: 5px; line-height: 5px;
font-size: 16px; font-size: 18px;
letter-spacing: -0.64px; letter-spacing: -0.64px;
color: #2B353E; color: #2B353E;
opacity: 1; opacity: 1;
padding: 1px 5px 1px 5px;
} }
@media screen and (min-width: 768px) and (max-width:1024px) { @media screen and (min-width: 768px) and (max-width:1024px) {
.div { .div {
position: relative; position: relative;
display: flex; display: flex;
margin-left: 48px; margin-left: 48px;
}} }
}
@media screen and (min-width: 1px) and (max-width:767px) { @media screen and (min-width: 1px) and (max-width:767px) {
.div { .div {
position: relative; position: relative;
display: flex; display: flex;
margin-left: -1px; margin-left: -1px;
}} }
}
.MyTeamdiv { .MyTeamdiv {
position: relative; position: relative;
display: flex; display: flex;
margin-bottom: -12px; margin-bottom: -12px;
} }
.numberEmp { .numberEmp {
color: white; color: white;
font-size: 12px; font-size: 12px;
@ -1019,10 +1110,12 @@ opacity: 1;
text-align: center; text-align: center;
font-family: var(--fontFamilyPoppins-SemiBold, inherit); font-family: var(--fontFamilyPoppins-SemiBold, inherit);
line-height: 10px; line-height: 10px;
font-size: 11px; font-size: 16px;
color: #4D4D4D; color: #4D4D4D;
margin-top: -13px; margin-top: -13px;
font-weight: bold;
} }
.btnDiv { .btnDiv {
position: relative; position: relative;
display: flex; display: flex;
@ -1031,7 +1124,3 @@ opacity: 1;
margin-top: -12px; margin-top: -12px;
} }

@ -30,12 +30,16 @@ ion-title{
top: 0px; top: 0px;
z-index: 1; z-index: 1;
} }
ion-content { ion-content {
--ion-background-color: whitesmoke; --ion-background-color: whitesmoke;
} }
.request-heading { .request-heading {
padding-left: 15px; padding-left: 20px;
margin-top: 10px; margin-top: 10px;
padding-right: 20px;
span { span {
// display: block; // display: block;
// padding-top: 8px; // padding-top: 8px;
@ -46,7 +50,7 @@ ion-content {
text-align: left; text-align: left;
font-family: var(--fontFamilyPoppins-SemiBold, inherit); font-family: var(--fontFamilyPoppins-SemiBold, inherit);
line-height: 18px; line-height: 18px;
font-size: 12px;
letter-spacing: -0.48px; letter-spacing: -0.48px;
color: #2B353E; color: #2B353E;
opacity: 1; opacity: 1;
@ -81,6 +85,7 @@ ion-content {
z-index: 1; z-index: 1;
border: 1px solid #ccc; border: 1px solid #ccc;
} }
.result-text-container { .result-text-container {
padding: 0; padding: 0;
margin: 0; margin: 0;
@ -90,12 +95,14 @@ ion-content {
display: block; display: block;
text-align: center; text-align: center;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
h2 { h2 {
font-size: 38px; font-size: 38px;
font-family: WorkSans-Bold; font-family: WorkSans-Bold;
margin: 0 auto; margin: 0 auto;
line-height: 36px; line-height: 36px;
} }
span { span {
width: 125px; width: 125px;
display: block; display: block;
@ -104,6 +111,7 @@ ion-content {
font-family: workSans-Regular; font-family: workSans-Regular;
} }
} }
.today-graph { .today-graph {
width: 100%; width: 100%;
max-height: 4cm; max-height: 4cm;
@ -113,23 +121,29 @@ ion-content {
margin: 0 !important; margin: 0 !important;
width: 100% !important; width: 100% !important;
} }
.filters-row { .filters-row {
margin-top: 10px; margin-top: 10px;
} }
.search-input { .search-input {
margin-top: 15px; margin-top: 15px;
background: white; background: white;
border-radius: 15px; border-radius: 15px;
ion-input { ion-input {
border-bottom-color: transparent; border-bottom-color: transparent;
} }
} }
.search-dropdown { .search-dropdown {
background: #024d71; background: #024d71;
ion-select { ion-select {
.select-text { .select-text {
margin-left: -10px; margin-left: -10px;
} }
.select-icon { .select-icon {
.select-icon-inner { .select-icon-inner {
opacity: 1; opacity: 1;
@ -139,8 +153,10 @@ ion-content {
} }
} }
} }
.input-container { .input-container {
background: white; background: white;
ion-input { ion-input {
border-bottom-color: transparent; border-bottom-color: transparent;
} }
@ -152,6 +168,7 @@ ion-content {
height: 80px; height: 80px;
display: block; display: block;
margin: 0 auto; margin: 0 auto;
&:before { &:before {
position: absolute; position: absolute;
content: ""; content: "";
@ -164,10 +181,12 @@ ion-content {
background-color: red; background-color: red;
z-index: 9; z-index: 9;
} }
&.present:before { &.present:before {
background-color: green !important; background-color: green !important;
} }
} }
.user-image { .user-image {
overflow: hidden; overflow: hidden;
position: relative; position: relative;
@ -189,17 +208,20 @@ ion-content {
top: 45px; top: 45px;
right: 38px; right: 38px;
z-index: 999999; z-index: 999999;
ion-col { ion-col {
// background: white; // background: white;
// border-radius: 12px; // border-radius: 12px;
// padding-right: 10px; // padding-right: 10px;
flex: none; flex: none;
ion-icon { ion-icon {
margin-right: 3px; margin-right: 3px;
font-size: 14px; font-size: 14px;
margin-left: 3px; margin-left: 3px;
vertical-align: middle; vertical-align: middle;
} }
span { span {
font-size: 12px; font-size: 12px;
vertical-align: middle; vertical-align: middle;
@ -236,7 +258,7 @@ ion-content {
// font: normal normal 600 12px/18px Poppins; // font: normal normal 600 12px/18px Poppins;
font-family: var(--fontFamilyPoppins-SemiBold, inherit); font-family: var(--fontFamilyPoppins-SemiBold, inherit);
line-height: 18px; line-height: 18px;
font-size: 12px; font-size: 14px;
letter-spacing: -0.48px; letter-spacing: -0.48px;
color: #575757 !important; color: #575757 !important;
opacity: 1; opacity: 1;
@ -265,8 +287,10 @@ ion-content {
border-style: var(--border-style); border-style: var(--border-style);
border-color: #dcdcdc; border-color: #dcdcdc;
margin-top: 6px !important; margin-top: 6px !important;
border-color: #d8d4d4 !important;} border-color: #d8d4d4 !important;
}
} }
.text { .text {
// font-size: 16px; // font-size: 16px;
// font-weight: bolder; // font-weight: bolder;
@ -310,6 +334,7 @@ ion-content {
margin-top: 25px; margin-top: 25px;
padding-left: 4px; padding-left: 4px;
} }
.number-ar { .number-ar {
width: 22px; width: 22px;
height: 20px; height: 20px;
@ -319,6 +344,7 @@ ion-content {
margin-top: 25px; margin-top: 25px;
padding-right: 4px; padding-right: 4px;
} }
.numberEmp { .numberEmp {
color: white; color: white;
font-size: 12px; font-size: 12px;
@ -336,6 +362,7 @@ ion-content {
text-align: center; text-align: center;
padding-top: 3px; padding-top: 3px;
} }
.numberEmp-ar { .numberEmp-ar {
color: white; color: white;
font-size: 12px; font-size: 12px;
@ -353,6 +380,7 @@ ion-content {
text-align: center; text-align: center;
padding-top: 3px; padding-top: 3px;
} }
.div { .div {
position: relative; position: relative;
display: flex; display: flex;

@ -14,7 +14,7 @@
<ion-grid> <ion-grid>
<ion-row> <ion-row>
<ion-col size='6'> <ion-col size='6'>
<ion-label position='floating' style="margin-left: 15px;" class="colBold">{{ts.trPK('general','from')}} </ion-label> <ion-label position='floating' style="margin: 15px;" class="colBold">{{ts.trPK('general','from')}} </ion-label>
<ion-item class='dynamicField' lines='none'> <ion-item class='dynamicField' lines='none'>
<ion-datetime style="padding: 0px" [(ngModel)]="startDate" min="1900" max="2100" displayFormat="MMM/DD/YYYY" placeholder="MM/DD/YYYY" required <ion-datetime style="padding: 0px" [(ngModel)]="startDate" min="1900" max="2100" displayFormat="MMM/DD/YYYY" placeholder="MM/DD/YYYY" required
@ -24,7 +24,7 @@
</ion-item> </ion-item>
</ion-col> </ion-col>
<ion-col size='6'> <ion-col size='6'>
<ion-label position='floating' style="margin-left: 15px;" class="colBold">{{ts.trPK('general','to')}} </ion-label> <ion-label position='floating' style="margin: 15px;" class="colBold">{{ts.trPK('general','to')}} </ion-label>
<ion-item class='dynamicField' lines='none'> <ion-item class='dynamicField' lines='none'>
<ion-datetime style="padding: 0px" [(ngModel)]="endDate" min="1900" max="2100" displayFormat="MMM/DD/YYYY" placeholder="MM/DD/YYYY" required <ion-datetime style="padding: 0px" [(ngModel)]="endDate" min="1900" max="2100" displayFormat="MMM/DD/YYYY" placeholder="MM/DD/YYYY" required
cancelText="{{ts.trPK('general','cancel')}}" cancelText="{{ts.trPK('general','cancel')}}"

@ -1,25 +1,30 @@
.search-header { .search-header {
display: inline-block; display: inline-block;
h2 { h2 {
display: inline-block; display: inline-block;
margin-left: 20px; margin-left: 20px;
font-family: WorkSans-Regular; font-family: WorkSans-Regular;
font-size: 18px; font-size: 18px;
margin-top: 12px; margin-top: 12px;
margin-right: 20px;
} }
ion-icon { ion-icon {
display: inline-block; display: inline-block;
font-size: 23px; font-size: 23px;
position: absolute; position: absolute;
right: 15px; left: 15px;
top: 8px; top: 10px;
} }
} }
.search-container { .search-container {
margin-right: 15px; margin-right: 15px;
margin-left: 15px; margin-left: 15px;
// padding-bottom: 100px; // padding-bottom: 100px;
margin-top: 5px; margin-top: 5px;
ion-item { ion-item {
border: 2px solid #eaeaea; border: 2px solid #eaeaea;
border-radius: 25px; border-radius: 25px;
@ -30,6 +35,7 @@
.cancel-ar { .cancel-ar {
margin-right: 239px; margin-right: 239px;
} }
.search-button { .search-button {
background: #3dcab3; background: #3dcab3;
height: 50px; height: 50px;
@ -38,13 +44,16 @@
border-radius: 22px; border-radius: 22px;
margin-top: 20px; margin-top: 20px;
line-height: 50px; line-height: 50px;
span { span {
color: white; color: white;
} }
} }
.custom-width { .custom-width {
max-width: 100% !important; max-width: 100% !important;
} }
.enable-overflow { .enable-overflow {
overflow: visible !important; overflow: visible !important;
} }

@ -1,5 +1,3 @@
.actionBtn { .actionBtn {
height: auto; height: auto;
@ -9,34 +7,40 @@
white-space: normal; white-space: normal;
} }
button.actionBtn.button.button-md, button.actionBtn.button.button-md,
button.actionBtn.button.button-ios, button.actionBtn.button.button-ios,
button.actionBtn.button.button button.actionBtn.button.button {
{
width: 90%; width: 90%;
} }
.actionBtnCol { .actionBtnCol {
text-align: center; text-align: center;
} }
.actionBtnGrid { .actionBtnGrid {
padding: 0px; padding: 0px;
} }
.notColBtn { .notColBtn {
min-height: 150px !important; min-height: 150px !important;
padding: 0px; padding: 0px;
background: transparent; background: transparent;
border: 2px solid #e4e5e7; border: 2px solid #e4e5e7;
p { p {
color: var(--secondary); color: var(--secondary);
margin-top: 0px; margin-bottom:0px; margin-top: 0px;
margin-bottom: 0px;
font-weight: normal; font-weight: normal;
font-size: 14px; font-size: 14px;
white-space: normal; white-space: normal;
padding: 3px 0px; padding: 3px 0px;
min-height: 50px; min-height: 50px;
} }
span { span {
display: block; display: block;
@ -52,7 +56,10 @@
} }
} }
.notColBtn.button,.notColBtn.button-md, .notColBtn.button-ios{
.notColBtn.button,
.notColBtn.button-md,
.notColBtn.button-ios {
background: transparent !important; background: transparent !important;
color: var(--dark); color: var(--dark);
box-shadow: none; box-shadow: none;
@ -63,6 +70,7 @@
border: 2px solid var(--gray); border: 2px solid var(--gray);
min-width: auto; min-width: auto;
} }
//////////////////////// ////////////////////////
.itemHISBtn { .itemHISBtn {
padding: 5px; padding: 5px;
@ -89,6 +97,7 @@
} }
.colBorder { .colBorder {
border-right: solid 0.02cm var(--grayBG); border-right: solid 0.02cm var(--grayBG);
@ -99,16 +108,18 @@
margin-left: 5px; margin-left: 5px;
text-align: left; text-align: left;
} }
.req_info { .req_info {
width: 25px; width: 22px;
height: 25px; height: 22px;
display: inline-block; display: inline-block;
margin: 0; margin: 0px 5px 0px 5px;
} }
.deligate { .deligate {
margin-left: 25px; margin-left: 25px;
} }
.actionBtn { .actionBtn {
--border-radius: 50% !important; --border-radius: 50% !important;
height: 55px; height: 55px;
@ -197,6 +208,7 @@
margin-right: 6px; margin-right: 6px;
margin-bottom: 8px; margin-bottom: 8px;
} }
.status { .status {
text-align: center; text-align: center;
// background: green; // background: green;
@ -206,6 +218,7 @@ height: 40px;
color: white; color: white;
position: relative; position: relative;
} }
.rowHeader { .rowHeader {
border-bottom: 1px solid var(--cusgray); border-bottom: 1px solid var(--cusgray);
padding-bottom: 10px; padding-bottom: 10px;
@ -215,6 +228,7 @@ position: relative;
.container { .container {
position: relative; position: relative;
} }
.overflow-hid-div { .overflow-hid-div {
overflow: hidden; overflow: hidden;
margin-left: 50px; margin-left: 50px;
@ -223,6 +237,7 @@ position: relative;
background-color: red; background-color: red;
} }
.inner { .inner {
width: 50px; width: 50px;
height: 50px; height: 50px;
@ -232,6 +247,7 @@ position: relative;
top: 25px; top: 25px;
} }
.gridSubordinates { .gridSubordinates {
margin-left: 3%; //38px; margin-left: 3%; //38px;
border-top-left-radius: 16px; //28px; border-top-left-radius: 16px; //28px;
@ -250,6 +266,7 @@ position: relative;
float: left; float: left;
margin-right: 10px; margin-right: 10px;
} }
.subOrdinateImg { .subOrdinateImg {
width: 85px; width: 85px;
border: #e4e4e4 solid 2px; border: #e4e4e4 solid 2px;
@ -270,6 +287,7 @@ position: relative;
margin-right: -13px; margin-right: -13px;
margin-bottom: 8px; margin-bottom: 8px;
} }
.gridSubordinates-Ar { .gridSubordinates-Ar {
border-top-right-radius: 28px; border-top-right-radius: 28px;
border-bottom-right-radius: 40px; border-bottom-right-radius: 40px;
@ -289,6 +307,7 @@ position: relative;
position: absolute; position: absolute;
top: -2px; top: -2px;
} }
/////////////////////////////////////////////// ///////////////////////////////////////////////
.label { .label {
@ -300,19 +319,24 @@ font-size: 14px;
padding-top: 10px; padding-top: 10px;
font-weight: bold; font-weight: bold;
} }
.action-history ion-card-content { .action-history ion-card-content {
padding: 0; padding: 0;
} }
ion-card.action-history { ion-card.action-history {
margin: 10px margin: 10px
} }
.submitterInfo { .submitterInfo {
padding-top: 10px; padding-top: 10px;
padding-bottom: 10px; padding-bottom: 10px;
} }
ion-card { ion-card {
color: black !important; color: black !important;
} }
//// ////
.tabBar { .tabBar {
height: 70px height: 70px
@ -321,6 +345,7 @@ ion-card{
.cardAlignTextEn { .cardAlignTextEn {
text-align: left; text-align: left;
} }
.cardAlignTextAr { .cardAlignTextAr {
text-align: right; text-align: right;
} }
@ -337,27 +362,34 @@ ion-card{
border-radius: 100px; border-radius: 100px;
border: 0; border: 0;
} }
.active-Segment ion-label { .active-Segment ion-label {
font-size: 11px; font-size: 11px;
color: white !important; color: white !important;
} }
.normal-Segment ion-label { .normal-Segment ion-label {
color: black !important; color: black !important;
font-size: 11px; font-size: 11px;
} }
.normal-Segment { .normal-Segment {
font-size: 0.3cm !important; font-size: 0.3cm !important;
text-transform: none; text-transform: none;
--color-checked: none; --color-checked: none;
border: 0; border: 0;
} }
.action-btn { .action-btn {
white-space: pre-wrap; white-space: pre-wrap;
font-size: 11px; font-size: 11px;
} }
.name { .name {
color:black !important ;font-weight: bold; color: black !important;
font-weight: bold;
} }
.timeline-item { .timeline-item {
margin: 0; margin: 0;
white-space: nowrap; white-space: nowrap;

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

@ -3,6 +3,7 @@
background: #f0efef !important; background: #f0efef !important;
} }
.footerSearchBtn { .footerSearchBtn {
padding: 50px !important; padding: 50px !important;
background: #f0efef !important; background: #f0efef !important;
@ -13,6 +14,7 @@
padding-top: 10px; padding-top: 10px;
padding-bottom: 10px; padding-bottom: 10px;
} }
.itemReqList { .itemReqList {
background: #f0efef; background: #f0efef;
margin-top: 20px; margin-top: 20px;
@ -21,10 +23,6 @@
// margin-left:9px // margin-left:9px
} }
.gridItemReq{
//width:95%;
}
.itemReqContent { .itemReqContent {
// margin-top: 17px; // margin-top: 17px;
@ -32,18 +30,21 @@
border-radius: 7px; border-radius: 7px;
text-align: left; text-align: left;
} }
.itemReqDiv { .itemReqDiv {
padding: 10px; padding: 10px;
width: 100%; width: 100%;
// padding-bottom: 10px; // padding-bottom: 10px;
// padding-top: 10px; // padding-top: 10px;
} }
.arrowIcon { .arrowIcon {
width: 18px !important; width: 18px !important;
margin-right: -21px !important; margin-right: -21px !important;
margin-left: 10px !important; margin-left: 10px !important;
} }
.actionList { .actionList {
// position: fixed; // position: fixed;
// bottom: 0px; // bottom: 0px;
@ -52,13 +53,11 @@ margin-left: 10px !important;
border-top-left-radius: 7px; border-top-left-radius: 7px;
border-top-right-radius: 7px border-top-right-radius: 7px
} }
.cardContent{
// width:100%;
// margin-top: 33px
}
.colItemReq { .colItemReq {
color: var(--darkblue); color: var(--darkblue);
font-weight: bold !important;; font-weight: bold !important;
;
font-size: 16px; font-size: 16px;
text-align: left; text-align: left;
display: contents; display: contents;
@ -75,6 +74,7 @@ text-align: justify;
color: var(--cyanblue); color: var(--cyanblue);
font-weight: bold; font-weight: bold;
} }
.labelTotal { .labelTotal {
color: var(--danger); color: var(--danger);
font-weight: bold; font-weight: bold;
@ -82,18 +82,19 @@ font-weight: bold;
} }
.labelAction { .labelAction {
color: var(--customnavy) !important; color: var(--customnavy) !important;
font-weight: bold; font-weight: bold;
} }
.colItems { .colItems {
padding-bottom: 10px padding-bottom: 10px
} }
ion-label.labelValue.sc-ion-label-ios-h.sc-ion-label-ios-s.ios.hydrated, ion-label.labelValue.sc-ion-label-ios-h.sc-ion-label-ios-s.ios.hydrated,
ion-label.labelValue.sc-ion-label-md-h.sc-ion-label-md-s.md.hydrated ion-label.labelValue.sc-ion-label-md-h.sc-ion-label-md-s.md.hydrated {
{
white-space: pre-wrap !important; white-space: pre-wrap !important;
--color: initial; --color: initial;
display: contents; display: contents;
@ -154,9 +155,11 @@ ion-label.labelValue.sc-ion-label-md-h.sc-ion-label-md-s.md.hydrated
.bar-stable { .bar-stable {
background-color: var(--cusgray) !important; background-color: var(--cusgray) !important;
} }
.tabs { .tabs {
background-color: var(--cusgray) !important; background-color: var(--cusgray) !important;
} }
.icon-size-lg { .icon-size-lg {
font-size: 40px; font-size: 40px;
} }
@ -279,6 +282,7 @@ ion-label.labelValue.sc-ion-label-md-h.sc-ion-label-md-s.md.hydrated
background-size: 100% 100%; background-size: 100% 100%;
} }
.bg-orange-dot { .bg-orange-dot {
border: var(--orange) solid 1px; border: var(--orange) solid 1px;
@ -287,6 +291,7 @@ ion-label.labelValue.sc-ion-label-md-h.sc-ion-label-md-s.md.hydrated
background-image: url("/assets/imgs/profile.png"); background-image: url("/assets/imgs/profile.png");
background-size: 100% 100%; background-size: 100% 100%;
} }
.bg-red-dot { .bg-red-dot {
border: var(--red) solid 1px; border: var(--red) solid 1px;
@ -296,6 +301,7 @@ ion-label.labelValue.sc-ion-label-md-h.sc-ion-label-md-s.md.hydrated
background-size: 100% 100%; background-size: 100% 100%;
} }
.bg-green-dot { .bg-green-dot {
border: var(--green) solid 1px; border: var(--green) solid 1px;
@ -322,6 +328,7 @@ ion-label.labelValue.sc-ion-label-md-h.sc-ion-label-md-s.md.hydrated
} }
.bg-orange-txt { .bg-orange-txt {
font-weight: bold; font-weight: bold;
@ -338,6 +345,7 @@ ion-label.labelValue.sc-ion-label-md-h.sc-ion-label-md-s.md.hydrated
padding: 0px 7px 0px 7px; padding: 0px 7px 0px 7px;
} }
.bg-red-txt { .bg-red-txt {
font-weight: bold; font-weight: bold;
color: var(--light) !important; color: var(--light) !important;
@ -354,6 +362,7 @@ ion-label.labelValue.sc-ion-label-md-h.sc-ion-label-md-s.md.hydrated
} }
.bg-green-txt { .bg-green-txt {
font-weight: bold; font-weight: bold;
color: var(--light) !important; color: var(--light) !important;
@ -380,6 +389,7 @@ ion-item{
// margin-bottom: 5px; // margin-bottom: 5px;
background-color: transparent; background-color: transparent;
.item-date { .item-date {
width: 55px; width: 55px;
font-size: 14px !important; font-size: 14px !important;
@ -393,7 +403,9 @@ ion-item{
left: 0; left: 0;
top: 0; top: 0;
} }
ion-label , [item-end]{
ion-label,
[item-end] {
white-space: normal; white-space: normal;
font-size: 14px !important; font-size: 14px !important;
@ -408,30 +420,39 @@ ion-item{
} }
} }
.input-wrapper { .input-wrapper {
--flex: none; --flex: none;
} }
ion-input ,ion-datetime{
ion-input,
ion-datetime {
// border-bottom: #dedede 1px solid; // border-bottom: #dedede 1px solid;
} }
.left { .left {
.timeline:before { .timeline:before {
left: 66px; left: 66px;
} }
.notification-list ion-item { .notification-list ion-item {
padding-left: 3px; padding-left: 3px;
} }
.timeline-thumb { .timeline-thumb {
left: 37px; left: 37px;
} }
} }
.right { .right {
.timeline:before { .timeline:before {
right: 62px; right: 62px;
} }
.notification-list ion-item { .notification-list ion-item {
padding-right: 3px; padding-right: 3px;
} }
.timeline-thumb { .timeline-thumb {
right: 37px; right: 37px;
} }
@ -465,10 +486,12 @@ left: 66px;
border-bottom: solid 0.02cm var(--grayBG); border-bottom: solid 0.02cm var(--grayBG);
} }
.colBorder { .colBorder {
border-right: solid 0.02cm var(--grayBG); border-right: solid 0.02cm var(--grayBG);
} }
.colBorder-ar { .colBorder-ar {
border-left: solid 0.02cm var(--grayBG); border-left: solid 0.02cm var(--grayBG);
@ -499,6 +522,7 @@ left: 66px;
.less { .less {
max-height: 54px; max-height: 54px;
} }
.tipsPadding { .tipsPadding {
padding: 10px 10px; padding: 10px 10px;
border-radius: 10px; border-radius: 10px;
@ -540,6 +564,7 @@ left: 66px;
text-decoration: underline; text-decoration: underline;
font-size: 14px; font-size: 14px;
} }
.succssfullMSG { .succssfullMSG {
height: 100%; height: 100%;
width: 100%; width: 100%;
@ -558,14 +583,17 @@ left: 66px;
height: 36%; height: 36%;
padding-top: 100px; padding-top: 100px;
} }
.subjectNotification { .subjectNotification {
text-align: center; text-align: center;
padding-top: 10px; padding-top: 10px;
font-weight: bold; font-weight: bold;
} }
.tabBar { .tabBar {
height: 70px height: 70px
} }
.empImge { .empImge {
border-radius: 50% !important; border-radius: 50% !important;
width: 60px !important; width: 60px !important;
@ -573,12 +601,14 @@ left: 66px;
border: #dedede solid 1px; border: #dedede solid 1px;
} }
.empImgeRep { .empImgeRep {
border-radius: 50% !important; border-radius: 50% !important;
width: 80px; width: 80px;
height: 80px; height: 80px;
border: #dedede solid 1px; border: #dedede solid 1px;
} }
.empImgeSub { .empImgeSub {
border-radius: 50%; border-radius: 50%;
width: 85px; width: 85px;
@ -607,11 +637,13 @@ left: 66px;
color: black !important; color: black !important;
} }
.approvalTitle { .approvalTitle {
font-weight: bold; font-weight: bold;
font-size: 16px; font-size: 16px;
text-align: left; text-align: left;
} }
ion-input .replacmentSearchBar .native-input { ion-input .replacmentSearchBar .native-input {
position: absolute !important; position: absolute !important;
} }

Loading…
Cancel
Save