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,7 +15,8 @@
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;
width: 35px; width: 35px;
@ -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;
} }
@ -72,7 +72,7 @@ ion-label {
padding-bottom: 130px; padding-bottom: 130px;
} }
.attendance-module{ .attendance-module {
border-radius: 20px; border-radius: 20px;
background-color: #387c84; background-color: #387c84;
padding: 10px; padding: 10px;
@ -80,24 +80,28 @@ 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;
background: rgba(0,0,0,.3); background: rgba(0, 0, 0, .3);
--background: transparent; --background: transparent;
--box-shadow: none !important; --box-shadow: none !important;
height: auto; height: auto;

@ -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 = {
@ -791,7 +791,7 @@ export class HomePage implements OnInit {
// if (subMenu.REQUEST_TYPE === 'EIT' && subMenu.FUNCTION_NAME === 'XXX_HR_EIT_LOA_CREATE_SS') { // if (subMenu.REQUEST_TYPE === 'EIT' && subMenu.FUNCTION_NAME === 'XXX_HR_EIT_LOA_CREATE_SS') {
if (subMenu.REQUEST_TYPE === 'EIT') { if (subMenu.REQUEST_TYPE === 'EIT') {
// this.common.openAbsencePage(); // this.common.openAbsencePage();
this.common.openEitListPage(); this.common.openEitListPage();
} else if (subMenu.REQUEST_TYPE === 'EIT') { } else if (subMenu.REQUEST_TYPE === 'EIT') {
this.common.openEitListPage(); this.common.openEitListPage();
} else if (subMenu.REQUEST_TYPE === 'PAYSLIP') { } else if (subMenu.REQUEST_TYPE === 'PAYSLIP') {

File diff suppressed because it is too large Load Diff

@ -1,4 +1,4 @@
ion-title{ ion-title {
color: white; color: white;
position: absolute; position: absolute;
top: 0; top: 0;
@ -11,31 +11,35 @@ ion-title{
} }
@media only screen and (max-width: 360px) { @media only screen and (max-width: 360px) {
.contentBg{ .contentBg {
padding: 0px 15px !important; padding: 0px 15px !important;
} }
} }
.contentBg{ .contentBg {
padding: 0px 20px; padding: 0px 20px;
} }
.contentBg:before { .contentBg:before {
position: absolute; position: absolute;
content: ""; content: "";
background: #024d71; background: #024d71;
height: 140px; height: 140px;
width: 100%; width: 100%;
left: 0; left: 0;
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,14 +50,14 @@ 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;
} }
} }
.search-label{ .search-label {
// border: 1px solid #ccc; // border: 1px solid #ccc;
// margin-left: 15px; // margin-left: 15px;
// margin-right: 15px; // margin-right: 15px;
@ -80,8 +84,9 @@ ion-content {
border-radius: 20px; border-radius: 20px;
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;
position: absolute; position: absolute;
@ -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;
@ -103,35 +110,42 @@ ion-content {
font-size: 12px; font-size: 12px;
font-family: workSans-Regular; font-family: workSans-Regular;
} }
} }
.today-graph {
.today-graph {
width: 100%; width: 100%;
max-height: 4cm; max-height: 4cm;
} }
.swiper-container { .swiper-container {
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-inner{ .select-icon {
.select-icon-inner {
opacity: 1; opacity: 1;
color: white; color: white;
margin-top: -1px; margin-top: -1px;
@ -139,36 +153,41 @@ ion-content {
} }
} }
} }
.input-container{
.input-container {
background: white; background: white;
ion-input{
ion-input {
border-bottom-color: transparent; border-bottom-color: transparent;
} }
} }
.user-image-container{ .user-image-container {
position: relative; position: relative;
width: 80px; width: 80px;
height: 80px; height: 80px;
display: block; display: block;
margin: 0 auto; margin: 0 auto;
&:before{
position: absolute; &:before {
content: ""; position: absolute;
width: 20px; content: "";
height: 20px; width: 20px;
border-radius: 20px; height: 20px;
border: 1px solid white; border-radius: 20px;
top: 0; border: 1px solid white;
right: 0; top: 0;
background-color: red; right: 0;
z-index: 9; background-color: red;
} z-index: 9;
&.present:before{ }
background-color: green !important;
} &.present:before {
background-color: green !important;
}
} }
.user-image{
.user-image {
overflow: hidden; overflow: hidden;
position: relative; position: relative;
display: block; display: block;
@ -179,7 +198,7 @@ ion-content {
margin: 0px auto 6px; margin: 0px auto 6px;
} }
.search-container{ .search-container {
// margin-top: 15px; // margin-top: 15px;
// margin-top: -35px; // margin-top: -35px;
// margin-left: 262px; // margin-left: 262px;
@ -189,18 +208,21 @@ 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;
} }
@ -215,19 +237,19 @@ ion-content {
// } // }
@media only screen and (max-width: 375px) { @media only screen and (max-width: 375px) {
.text-label{ .text-label {
margin-left: 6px !important; margin-left: 6px !important;
} }
} }
@media only screen and (max-width: 320px) { @media only screen and (max-width: 320px) {
.text-label{ .text-label {
margin-left: 2px !important; margin-left: 2px !important;
} }
} }
.text-label{ .text-label {
// --color: black !important; // --color: black !important;
// font-size: 13px; // font-size: 13px;
// margin-left: 15px; // margin-left: 15px;
@ -236,15 +258,15 @@ 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;
margin-left: 15px; margin-left: 15px;
margin-right: 18px; margin-right: 18px;
} }
.radio-list{ .radio-list {
background: white; background: white;
// margin-left: 18px; // margin-left: 18px;
/* margin-right: 10px; */ /* margin-right: 10px; */
@ -256,18 +278,20 @@ ion-content {
// color: red; // color: red;
// } // }
.radio-icon{ .radio-icon {
.custom-radio .radio-icon { .custom-radio .radio-icon {
margin: 0px; margin: 0px;
border-radius: 50%; border-radius: 50%;
border-width: var(--border-width); border-width: var(--border-width);
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;
// font-family: 'WorkSans-Bold'; // font-family: 'WorkSans-Bold';
@ -301,7 +325,7 @@ ion-content {
// margin-left: 3px; // margin-left: 3px;
// padding-top: 2px; // padding-top: 2px;
// } // }
.number{ .number {
width: 22px; width: 22px;
height: 20px; height: 20px;
border-radius: 100%; border-radius: 100%;
@ -310,7 +334,8 @@ 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;
border-radius: 100%; border-radius: 100%;
@ -319,7 +344,8 @@ 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;
font-weight: bolder; font-weight: bolder;
@ -336,7 +362,8 @@ 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;
font-weight: bolder; font-weight: bolder;
@ -353,9 +380,10 @@ ion-content {
text-align: center; text-align: center;
padding-top: 3px; padding-top: 3px;
} }
.div{
.div {
position: relative; position: relative;
display: flex; display: flex;
// justify-content: space-between; // justify-content: space-between;
margin-bottom: -12px; margin-bottom: -12px;
} }

@ -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,36 +1,42 @@
.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;
margin-bottom: 20px; margin-bottom: 20px;
} }
} }
.cancel-ar{ .cancel-ar {
margin-right: 239px; margin-right: 239px;
} }
.search-button{
.search-button {
background: #3dcab3; background: #3dcab3;
height: 50px; height: 50px;
text-align: center; text-align: center;
@ -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,264 +1,281 @@
.actionBtn {
height: auto;
.actionBtn{ min-height: 35px !important;
padding: 10px;
height: auto; font-size: 12px;
min-height: 35px !important; white-space: normal;
padding: 10px;
font-size: 12px; }
white-space: normal;
button.actionBtn.button.button-md,
} button.actionBtn.button.button-ios,
button.actionBtn.button.button-md, button.actionBtn.button.button {
button.actionBtn.button.button-ios, width: 90%;
button.actionBtn.button.button }
{
width: 90%; .actionBtnCol {
text-align: center;
}
.actionBtnGrid {
padding: 0px;
}
.notColBtn {
min-height: 150px !important;
padding: 0px;
background: transparent;
border: 2px solid #e4e5e7;
p {
color: var(--secondary);
margin-top: 0px;
margin-bottom: 0px;
font-weight: normal;
font-size: 14px;
white-space: normal;
padding: 3px 0px;
min-height: 50px;
} }
.actionBtnCol{
text-align: center; span {
display: block;
} }
.actionBtnGrid{
.serviceItemImg {
padding:0px; min-width: 60px !important;
min-height: 70px !important;
width: 70px;
height: 70px;
margin: 10px auto;
background: transparent !important;
} }
.notColBtn {
}
min-height: 150px !important;
padding: 0px; .notColBtn.button,
background: transparent; .notColBtn.button-md,
border: 2px solid #e4e5e7; .notColBtn.button-ios {
p{ background: transparent !important;
color: var(--secondary); color: var(--dark);
margin-top: 0px; margin-bottom:0px; box-shadow: none;
font-weight: normal; -webkit-box-shadow: none;
font-size: 14px; -moz-box-shadow: none;
white-space: normal; padding: 0px;
padding: 3px 0px; color: var(--secondary);
min-height: 50px; border: 2px solid var(--gray);
} min-width: auto;
span { }
display: block;
}
.serviceItemImg {
min-width: 60px !important;
min-height: 70px !important;
width: 70px;
height: 70px;
margin: 10px auto;
background: transparent !important;
}
}
.notColBtn.button,.notColBtn.button-md, .notColBtn.button-ios{
background: transparent !important;
color: var(--dark);
box-shadow: none;
-webkit-box-shadow:none;
-moz-box-shadow: none;
padding: 0px;
color: var(--secondary);
border: 2px solid var(--gray);
min-width: auto;
}
//////////////////////// ////////////////////////
.itemHISBtn{ .itemHISBtn {
padding: 5px; padding: 5px;
color: var(--light); color: var(--light);
background: var(--darkgray); background: var(--darkgray);
border-radius: 3px; border-radius: 3px;
width: 85%; width: 85%;
height: 40px; height: 40px;
} }
.rowBtn{ .rowBtn {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
background: white; background: white;
} }
.rowBorder{ .rowBorder {
border-bottom: solid 0.02cm var(--grayBG); border-bottom: solid 0.02cm var(--grayBG);
} }
.colBorder{
border-right: solid 0.02cm var(--grayBG); .colBorder {
border-right: solid 0.02cm var(--grayBG);
}
}
.dateActionHistory{
display: inline-block; .dateActionHistory {
margin-left: 5px; display: inline-block;
text-align: left; margin-left: 5px;
} text-align: left;
.req_info{ }
width: 25px;
height: 25px; .req_info {
display: inline-block; width: 22px;
margin: 0; height: 22px;
} display: inline-block;
margin: 0px 5px 0px 5px;
.deligate{ }
margin-left: 25px;
} .deligate {
.actionBtn{ margin-left: 25px;
--border-radius: 50% !important; }
height: 55px;
width: 55px; .actionBtn {
--background: var(--newgreen); // will be dynamic --border-radius: 50% !important;
background: transparent; height: 55px;
margin:10px; width: 55px;
} --background: var(--newgreen); // will be dynamic
background: transparent;
.itemAttch{ margin: 10px;
border-radius: 11px; }
margin: 8px;
--min-height: 60px; .itemAttch {
--max-height: 60px; border-radius: 11px;
} margin: 8px;
--min-height: 60px;
.less { --max-height: 60px;
max-height: 54px; }
}
.less {
.noDataDiv{ max-height: 54px;
background: #ffffff; }
height: 11%;
text-align: center; .noDataDiv {
padding-top: 1px; background: #ffffff;
border-radius: 10px; height: 11%;
margin: 10px; text-align: center;
} padding-top: 1px;
border-radius: 10px;
.no-data-div{ margin: 10px;
background: #ffffff; }
height: 100%;
text-align: center; .no-data-div {
padding-top: 1px; background: #ffffff;
border-radius: 10px; height: 100%;
margin: 10px; text-align: center;
} padding-top: 1px;
border-radius: 10px;
.container { margin: 10px;
font-size: 14px; }
line-height: 14px;
height: 15px; .container {
overflow: hidden; font-size: 14px;
text-align: justify; line-height: 14px;
} height: 15px;
overflow: hidden;
.show { text-align: justify;
overflow: visible; }
height: auto;
} .show {
overflow: visible;
.showMore{ height: auto;
padding: 0px; }
background: transparent;
color: blue; .showMore {
text-decoration: underline; padding: 0px;
font-size: 14px; background: transparent;
} color: blue;
text-decoration: underline;
// .succssfullMSG{ font-size: 14px;
// height: 100%; }
// width: 100%;
// background: var(--newgreen); // .succssfullMSG{
// color: white; // height: 100%;
// font-weight: bold; // width: 100%;
// font-size: 20px; // background: var(--newgreen);
// text-align: center; // color: white;
// vertical-align: middle; // font-weight: bold;
// padding-top: 30px; // font-size: 20px;
// } // text-align: center;
// vertical-align: middle;
// .succssfullIcon{ // padding-top: 30px;
// width: 60%; // }
// text-align: center;
// height: 36%; // .succssfullIcon{
// padding-top: 100px; // width: 60%;
// } // text-align: center;
//////////////////////////////// // height: 36%;
.subOrdinateList{ // padding-top: 100px;
// margin: 10px; // }
// border-top-left-radius: 45px; ////////////////////////////////
// border-bottom-left-radius: 45px; .subOrdinateList {
// border: var(--cusgray) 1px solid !important; // margin: 10px;
--background: transparent; // border-top-left-radius: 45px;
margin-left: -15px; // border-bottom-left-radius: 45px;
margin-right: 6px; // border: var(--cusgray) 1px solid !important;
margin-bottom:8px; --background: transparent;
} margin-left: -15px;
.status{ margin-right: 6px;
margin-bottom: 8px;
}
.status {
text-align: center; text-align: center;
// background: green; // background: green;
border-radius: 10px; border-radius: 10px;
font-size: 10px !important; font-size: 10px !important;
height: 40px; 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;
margin-bottom: -17px; margin-bottom: -17px;
} }
.container{ .container {
position:relative; position: relative;
} }
.overflow-hid-div{
overflow:hidden; .overflow-hid-div {
margin-left:50px; overflow: hidden;
width:200px; margin-left: 50px;
width: 200px;
height: 200px; height: 200px;
background-color:red; background-color: red;
} }
.inner{
width:50px; .inner {
width: 50px;
height: 50px; height: 50px;
background-color:green; background-color: green;
position: absolute; position: absolute;
left:25px; left: 25px;
top:25px; top: 25px;
} }
.gridSubordinates{
margin-left: 3%;//38px; .gridSubordinates {
border-top-left-radius: 16px;//28px; margin-left: 3%; //38px;
border-bottom-left-radius: 16px;//40px; border-top-left-radius: 16px; //28px;
// padding-left: 8px; border-bottom-left-radius: 16px; //40px;
background:var(--light); // padding-left: 8px;
border-top-right-radius: 16px; background: var(--light);
border-bottom-right-radius: 16px; border-top-right-radius: 16px;
border-bottom-right-radius: 16px;
} }
.subOrdinateDiv{ .subOrdinateDiv {
z-index: 4; z-index: 4;
margin-left: 0px;//-32px; margin-left: 0px; //-32px;
// position: absolute; // position: absolute;
top: 5px;//-2px; top: 5px; //-2px;
float: left; float: left;
margin-right: 10px; margin-right: 10px;
} }
.subOrdinateImg{
width: 85px; .subOrdinateImg {
border: #e4e4e4 solid 2px; width: 85px;
-moz-border-radius: 50%; border: #e4e4e4 solid 2px;
border-radius: 50%; -moz-border-radius: 50%;
border: 3px solid #f0efef; border-radius: 50%;
border: 3px solid #f0efef;
} }
.subOrdinateRow{ .subOrdinateRow {
margin-left: 55px; margin-left: 55px;
} }
@ -270,7 +287,8 @@ 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;
background: var(--light); background: var(--light);
@ -289,39 +307,46 @@ position: relative;
position: absolute; position: absolute;
top: -2px; top: -2px;
} }
/////////////////////////////////////////////// ///////////////////////////////////////////////
.label{ .label {
font-size: 14px; font-size: 14px;
} }
.subjectNotification{ .subjectNotification {
text-align: center; text-align: center;
padding-top: 10px; padding-top: 10px;
font-weight: bold; font-weight: bold;
} }
.action-history ion-card-content{
padding:0; .action-history ion-card-content {
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
} }
.cardAlignTextEn{ .cardAlignTextEn {
text-align: left; text-align: left;
} }
.cardAlignTextAr{
.cardAlignTextAr {
text-align: right; text-align: right;
} }
@ -335,30 +360,37 @@ ion-card{
text-transform: none; text-transform: none;
--color-checked: none; --color-checked: none;
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{
color:black !important ;font-weight: bold; .name {
color: black !important;
font-weight: bold;
} }
.timeline-item{
.timeline-item {
margin: 0; margin: 0;
white-space: nowrap; white-space: nowrap;
font-size: 10px; font-size: 10px;

@ -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;
} }
} }

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save