bug fixes

MOE_DEV
Sultan Khan 4 years ago
parent 829267e897
commit 505426e42f

@ -7,10 +7,7 @@
<ion-button class="closeIcon" (click)="closeMenu()"> <ion-button class="closeIcon" (click)="closeMenu()">
<img style= "height: 18px !important;" src="../assets/imgs/close_menu_icon.png "></ion-button> <img style= "height: 18px !important;" src="../assets/imgs/close_menu_icon.png "></ion-button>
</div> </div>
<div style="border-bottom: rgb(190, 186, 186) solid 1px;" >
<img class="mohemmLogo" src="../assets/imgs/menu_mohemm_logo.png" >
</div>
<hr>
</div> </div>
<div class="centerDiv homeBox"> <div class="centerDiv homeBox">

@ -234,6 +234,7 @@ padding: 6px 24px;
position: relative; position: relative;
display: block; display: block;
margin-bottom: -28px; margin-bottom: -28px;
top: 20px;
} }
.list-en { .list-en {
@ -260,6 +261,7 @@ padding: 6px 24px;
padding-bottom: 8px; padding-bottom: 8px;
} }
// .sidebar-menu .header-div { // .sidebar-menu .header-div {
// text-transform: capitalize; // text-transform: capitalize;
@ -293,6 +295,7 @@ button.menu-item.item.item-block.item-ios {
color: black; color: black;
font-size: 16px; font-size: 16px;
} }
.TxtPlaces { .TxtPlaces {
margin: 0; margin: 0;
@ -342,32 +345,38 @@ button.menu-item.item.item-block.item-ios {
margin-top: -1px; margin-top: -1px;
margin-bottom: 70px; margin-bottom: 70px;
} }
.logoImg { .logoImg {
width: 77px; width: 77px;
// position: relative; // position: relative;
margin-top: -1px; margin-top: -1px;
margin-bottom: 180px; margin-bottom: 180px;
} }
.companyTxt { .companyTxt {
font-size: 12px; font-size: 12px;
color: var(--customnavy); color: var(--customnavy);
text-align: center; text-align: center;
} }
ion-thumbnail.menu-thumb { ion-thumbnail.menu-thumb {
width: 20px; width: 20px;
height: 20px; height: 20px;
// margin-top: 5px !important; // margin-top: 5px !important;
} }
.changepassword { .changepassword {
color: black !important; color: black !important;
font-weight: bolder !important; font-weight: bolder !important;
} }
.profile { .profile {
color: black !important; color: black !important;
font-weight: bolder !important; font-weight: bolder !important;
} }
.profileDiv-ar { .profileDiv-ar {
margin: 5px auto !important; margin: 5px auto !important;
} }

@ -51,8 +51,8 @@
<ion-col [size]="accessFromOutSide ? 12 : 6" *ngIf="button.visible"> --> <ion-col [size]="accessFromOutSide ? 12 : 6" *ngIf="button.visible"> -->
<app-button (click)="checkAccess(button)" [title]="button.title | translate " [icon]="button.icon" <app-button (click)="checkAccess(button)" [title]="button.title | translate " [icon]="button.icon"
[settings]="button.settings" [strong]="button.txt" [class]="button.class" [disabled]="button.disabled" [settings]="button.settings" [strong]="button.txt" [class]="button.class"
*ngIf="button.visible" *ngIf="button.visible && !button.disabled"
[buttonClass]="button.buttonClass" [pClass]="button.pClass"> [buttonClass]="button.buttonClass" [pClass]="button.pClass">
</app-button> </app-button>

@ -15,7 +15,7 @@
</ion-row> </ion-row>
</ion-grid> </ion-grid>
<div *ngIf="!user"> <div *ngIf="!user" [dir]="currentLang==1 ?'rtl': 'ltr'">
<ion-item class="item-input-login"> <ion-item class="item-input-login">
<img style="margin: 9px 8px 9px 0 !important;" class="item-icon" src="assets/imgs/username.png" item-start /> <img style="margin: 9px 8px 9px 0 !important;" class="item-icon" src="assets/imgs/username.png" item-start />
<ion-input class="login-input" required type="text" [(ngModel)]="username" placeholder="{{ts.trPK('login','username')}}"> <ion-input class="login-input" required type="text" [(ngModel)]="username" placeholder="{{ts.trPK('login','username')}}">
@ -46,7 +46,7 @@
</welcome-login> </welcome-login>
<!-- </div> --> <!-- </div> -->
<div *ngIf="!user" class="centerDiv" style="margin-top: 20px !important;"> <div *ngIf="!user" class="centerDiv" style="margin: 25px 15px !important;">
<ion-button [ngClass]="{'disable-button-opacity': isValidForm()}" class="button-login" (click)="onLogin()" [disabled]="isValidForm()" style="width: 100% !important;">{{ts.trPK('login','login')}}</ion-button> <ion-button [ngClass]="{'disable-button-opacity': isValidForm()}" class="button-login" (click)="onLogin()" [disabled]="isValidForm()" style="width: 100% !important;">{{ts.trPK('login','login')}}</ion-button>
<!-- digital ID button --> <!-- digital ID button -->

@ -1,15 +1,21 @@
.signupDiv { .signupDiv {
font-size: 14px; font-size: 14px;
} }
.customGrid { .customGrid {
margin-bottom: 20px; margin-bottom: 20px;
} }
.gridBtn.active { .gridBtn.active {
background: var(--customnavy) !important; background: var(--customnavy) !important;
color: var(--light) !important; color: var(--light) !important;
} }
.gridDiv{direction: rtl}
.gridDiv {
direction: rtl
}
.pageTitle { .pageTitle {
color: var(--dark); color: var(--dark);
font-size: 23px; font-size: 23px;
@ -42,15 +48,14 @@ img.centerDiv {
min-width: 20px; min-width: 20px;
min-height: 20px; min-height: 20px;
display: block; display: block;
margin-top: 30px;
background: var(--light); background: var(--light);
} }
.gridDiv { .gridDiv {
width: 100%; width: 100%;
height: 40px; height: 40px;
margin-top: 20px; padding: 10px 15px;
// margin-bottom: 10px;
font-size: 14px; font-size: 14px;
:root[dir="ltr"] { :root[dir="ltr"] {
@ -112,6 +117,7 @@ img.centerDiv {
.login-input { .login-input {
border: none; border: none;
margin-right: 5px;
} }
.item-input { .item-input {
@ -162,6 +168,7 @@ img.centerDiv {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
} }
.first-circle { .first-circle {
background: var(--newgreen) !important; background: var(--newgreen) !important;
border-radius: 50%; border-radius: 50%;
@ -172,6 +179,7 @@ img.centerDiv {
margin-top: -140px; margin-top: -140px;
} }
.middle-circle { .middle-circle {
position: relative; position: relative;
background: #1a586d !important; background: #1a586d !important;
@ -180,6 +188,7 @@ img.centerDiv {
width: 170px; width: 170px;
margin: -115px 0px 0px 179px; margin: -115px 0px 0px 179px;
} }
.last-circle { .last-circle {
position: inherit; position: inherit;
background: #65C399 !important; background: #65C399 !important;
@ -213,7 +222,9 @@ img.centerDiv {
@media only screen and (max-width: 980px) { @media only screen and (max-width: 980px) {
.content{width:100%;} .content {
width: 100%;
}
} }
@ -225,6 +236,7 @@ img.centerDiv {
border-radius: 50%; border-radius: 50%;
display: inline-block; display: inline-block;
} }
.circle2 { .circle2 {
width: 15%; width: 15%;
padding-top: 15%; padding-top: 15%;
@ -234,6 +246,7 @@ img.centerDiv {
display: inline-block; display: inline-block;
margin-top: 20px; margin-top: 20px;
} }
.circle3 { .circle3 {
width: 15%; width: 15%;
padding-top: 15%; padding-top: 15%;

@ -142,12 +142,13 @@ export class LoginComponent implements OnInit, OnDestroy {
public changeLanguage(langNumber) { public changeLanguage(langNumber) {
console.log("current lang: " + this.currentLang) console.log("current lang: " + this.currentLang)
console.log("click lang: " + langNumber) console.log("click lang: " + langNumber)
if (this.currentLang == langNumber) { if (this.currentLang == langNumber) {
this.currentLang = langNumber; this.currentLang = langNumber;
return; return;
} else { } else {
this.ts.switchLanguage(); this.ts.switchLanguage();
// tslint:disable-next-line: triple-equals
if (TranslatorService.CURRENT_LANGUAGE == TranslatorService.EN) { if (TranslatorService.CURRENT_LANGUAGE == TranslatorService.EN) {
this.language = 'US'; this.language = 'US';
} else { } else {
@ -156,6 +157,7 @@ export class LoginComponent implements OnInit, OnDestroy {
this.currentLang = TranslatorService.getCurrentLanguageCode(); this.currentLang = TranslatorService.getCurrentLanguageCode();
} }
this.currentLang = langNumber; this.currentLang = langNumber;
} }
public forgetPasswordPage() { public forgetPasswordPage() {

@ -19,6 +19,7 @@ h1{
span { span {
font-weight: bold; font-weight: bold;
} }
.button-login { .button-login {
--background: var(--newgreen) !important; --background: var(--newgreen) !important;
@ -35,7 +36,7 @@ span{
.leftDiv { .leftDiv {
margin: auto; margin: auto;
text-align: left;
display: block; display: block;
} }
@ -57,9 +58,10 @@ ion-input {
transition: all .2s ease-in-out; transition: all .2s ease-in-out;
border-radius: 3px; border-radius: 3px;
display: inline-block; display: inline-block;
&:focus { &:focus {
border-color: var(--ion-color-secondary) !important; border-color: var(--ion-color-secondary) !important;
box-shadow: 0 0 5px var(--ion-color-secondary) !important inset; box-shadow: 0 0 5px var(--ion-color-secondary) !important;
} }
&::selection { &::selection {

@ -1,8 +1,8 @@
import { Component, OnInit } from '@angular/core'; import { Component, OnInit, ViewChild } from '@angular/core';
import { ElementRef } from '@angular/core'; import { ElementRef } from '@angular/core';
import { NavController, Platform } from '@ionic/angular'; import { IonContent, NavController, Platform } from '@ionic/angular';
import { TranslatorService } from 'src/app/hmg-common/services/translator/translator.service'; import { TranslatorService } from 'src/app/hmg-common/services/translator/translator.service';
@ -28,6 +28,7 @@ import { NFC } from "@ionic-native/nfc/ngx";
import { SmsRetriever } from '@ionic-native/sms-retriever/ngx'; import { SmsRetriever } from '@ionic-native/sms-retriever/ngx';
@Component({ @Component({
selector: 'app-sms-page', selector: 'app-sms-page',
@ -41,7 +42,7 @@ import { SmsRetriever } from '@ionic-native/sms-retriever/ngx';
export class SmsPageComponent implements OnInit { export class SmsPageComponent implements OnInit {
@ViewChild(IonContent) content: IonContent;
public static LOGIN_DATA = 'LOGIN_DATA'; public static LOGIN_DATA = 'LOGIN_DATA';
Channel = 0; Channel = 0;
@ -189,6 +190,7 @@ export class SmsPageComponent implements OnInit {
.then((res: any) => this.checkActivation(res, true)) .then((res: any) => this.checkActivation(res, true))
.catch((error: any) => console.error(error)); .catch((error: any) => console.error(error));
this.content.scrollToTop(0);
} }

@ -27,9 +27,9 @@ export class ConnectorService {
public static retryTimes = 0; public static retryTimes = 0;
public static timeOut = 180 * 1000; public static timeOut = 180 * 1000;
//public static host = 'https://uat.hmgwebservices.com/'; public static host = 'https://uat.hmgwebservices.com/';
// public static host = 'https://hmgwebservices.com/'; // public static host = 'https://hmgwebservices.com/';
public static host = 'http://riyt-mohemm1:1010/' //MOE // public static host = 'http://riyt-mohemm1:1010/' //MOE
constructor(public httpClient: HttpClient, constructor(public httpClient: HttpClient,
public cs: CommonService, public cs: CommonService,
private events: Events, private events: Events,

@ -13,6 +13,7 @@
display: block; display: block;
width: 100%; width: 100%;
position: static; position: static;
img { img {
// display: block; // display: block;
// max-width: 45%; // max-width: 45%;
@ -28,6 +29,7 @@
.titleBox { .titleBox {
display: block; display: block;
span { span {
font-size: 25px; font-size: 25px;
font-weight: bold; font-weight: bold;
@ -37,6 +39,10 @@
} }
} }
ion-app[dir="rtl"] .titleBox {
text-align: right;
}
.pClass { .pClass {
color: black; color: black;
width: 85%; width: 85%;
@ -59,6 +65,7 @@
width: 100%; width: 100%;
top: 70px; top: 70px;
left: 2px; left: 2px;
img { img {
width: 25px; width: 25px;
} }

@ -27,7 +27,7 @@
<ion-row *ngFor="let menuItem of menuEntries; let i=index"> <ion-row *ngFor="let menuItem of menuEntries; let i=index">
<ion-col [size]="12"> <ion-col [size]="12">
<ion-label>{{menuItem.PROMPT}}</ion-label> <ion-label class="menu-label">{{menuItem.PROMPT}}</ion-label>
</ion-col> </ion-col>
<ion-slides [options]="slideOptsTwo"> <ion-slides [options]="slideOptsTwo">

@ -6,6 +6,7 @@ ion-row {
.header-toolbar-new { .header-toolbar-new {
--background: #269DB8; --background: #269DB8;
} }
.profile-image-container { .profile-image-container {
position: relative; position: relative;
z-index: 999; z-index: 999;
@ -18,6 +19,7 @@ ion-row {
// // margin-right: 4px; // // margin-right: 4px;
// } // }
} }
.profile-image { .profile-image {
width: 32px; width: 32px;
float: right; float: right;
@ -26,6 +28,7 @@ ion-row {
height: 32px; height: 32px;
// margin-right: 4px; // margin-right: 4px;
} }
ion-title { ion-title {
color: white; color: white;
position: absolute; position: absolute;
@ -37,16 +40,19 @@ ion-title{
font-weight: bold; font-weight: bold;
height: 100%; height: 100%;
} }
ion-label { ion-label {
display: block; display: block;
color: black !important; color: black !important;
font-size: 14px; font-size: 14px;
font-weight: bold; font-weight: bold;
} }
.main-dashboard-container { .main-dashboard-container {
position: relative; position: relative;
width: 100%; width: 100%;
} }
.contentBg:before { .contentBg:before {
position: absolute; position: absolute;
content: ""; content: "";
@ -57,6 +63,7 @@ ion-label{
top: 0px; top: 0px;
z-index: 1; z-index: 1;
} }
.main-container { .main-container {
position: relative; position: relative;
z-index: 2; z-index: 2;
@ -64,6 +71,7 @@ ion-label{
padding-left: 15px; padding-left: 15px;
padding-bottom: 130px; padding-bottom: 130px;
} }
.attendance-module { .attendance-module {
border-radius: 20px; border-radius: 20px;
background-color: #292F42; background-color: #292F42;
@ -72,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;
@ -98,10 +110,12 @@ ion-label{
font-size: 12px; font-size: 12px;
} }
} }
.swiper-container { .swiper-container {
margin: 0 !important; margin: 0 !important;
width: 100% !important; width: 100% !important;
} }
.fixed-shift-time-en { .fixed-shift-time-en {
right: 20px; right: 20px;
} }
@ -114,6 +128,7 @@ ion-label{
position: fixed; position: fixed;
bottom: 20px; bottom: 20px;
z-index: 2; z-index: 2;
span.subTitle { span.subTitle {
position: absolute; position: absolute;
left: 50%; left: 50%;
@ -163,6 +178,7 @@ ion-label{
width: 100%; width: 100%;
top: 70px; top: 70px;
left: 2px; left: 2px;
img { img {
width: 25px; width: 25px;
} }

@ -1,27 +1,38 @@
// $font-family-base: "WorkSans-Regular" !default; // $font-family-base: "WorkSans-Regular" !default;
body { body {
:root[dir="rtl"] { :root[dir="rtl"] {
font-family: var(--fontFamilyIOSAR) !important; font-family: var(--fontFamilyIOSAR) !important;
} }
:root[dir="ltr"] { :root[dir="ltr"] {
font-family: var(--fontFamilyMediumEN) !important; font-family: var(--fontFamilyMediumEN) !important;
} }
} }
input, textarea, p ,label,div{
input,
textarea,
p,
label,
div {
font-size: 16px; font-size: 16px;
:root[dir="rtl"] { :root[dir="rtl"] {
font-family: var(--fontFamilyIOSAR) !important; font-family: var(--fontFamilyIOSAR) !important;
} }
:root[dir="ltr"] { :root[dir="ltr"] {
font-family: var(--fontFamilyLightEN) !important; font-family: var(--fontFamilyLightEN) !important;
} }
} }
h1, h2,h3, button {
h1,
h2,
h3,
button {
:root[dir="rtl"] { :root[dir="rtl"] {
font-family: var(--fontFamilyIOSAR) !important; font-family: var(--fontFamilyIOSAR) !important;
} }
:root[dir="ltr"] { :root[dir="ltr"] {
font-family: var(--fontFamilyMediumEN) !important; font-family: var(--fontFamilyMediumEN) !important;
} }
@ -39,16 +50,20 @@ ion-label{
.tipsPadding { .tipsPadding {
padding: 0px 10px; padding: 0px 10px;
} }
.profileDiv { .profileDiv {
margin: 5px auto !important; margin: 5px auto !important;
} }
.profileDiv-ar { .profileDiv-ar {
margin: 16px auto !important; margin: 16px auto !important;
} }
.full-modal { .full-modal {
--height: 100%; --height: 100%;
--width: 100%; --width: 100%;
} }
.profileImg { .profileImg {
width: 160px; width: 160px;
height: 160px; height: 160px;
@ -60,6 +75,7 @@ ion-label{
border-radius: 20% !important; border-radius: 20% !important;
position: relative; position: relative;
top: 7px; top: 7px;
// margin:0 auto 40px; // margin:0 auto 40px;
img { img {
-webkit-border-radius: 50% !important; -webkit-border-radius: 50% !important;
@ -68,15 +84,18 @@ ion-label{
width: 90px; width: 90px;
height: 90px; height: 90px;
} }
//box-shadow: 0px 0px 0px 10px #8c8c8c; //box-shadow: 0px 0px 0px 10px #8c8c8c;
} }
.loading-gif { .loading-gif {
background: transparent !important; background: transparent !important;
width: 100px; width: 100px;
height: 100px; height: 100px;
} }
#custom-progress-loader .container { #custom-progress-loader .container {
background: transparent !important; background: transparent !important;
box-shadow: none; box-shadow: none;
@ -89,12 +108,15 @@ ion-label{
.headerBtn { .headerBtn {
background-color: transparent; background-color: transparent;
} }
.headerImg { .headerImg {
width: 36px; width: 36px;
} }
.header-toolbar { .header-toolbar {
--background: linear-gradient(45deg, #3ac1f1 0%, #19a163 36%, #19a163 59%, #1a586d 100%); --background: linear-gradient(45deg, #3ac1f1 0%, #19a163 36%, #19a163 59%, #1a586d 100%);
} }
.btnBack { .btnBack {
background: transparent !important; background: transparent !important;
} }
@ -105,24 +127,32 @@ ion-label{
max-width: 30px; max-width: 30px;
width: 30px; width: 30px;
} }
img.attachImg { img.attachImg {
max-width: 30px; max-width: 30px;
width: 30px; width: 30px;
} }
.attachImgBtn { .attachImgBtn {
background-color: transparent; background-color: transparent;
} }
.toolbar-title,.toolbar-title-md,.toolbar-title-ios{
.toolbar-title,
.toolbar-title-md,
.toolbar-title-ios {
color: (--light); color: (--light);
font-size: 18px; font-size: 18px;
} }
ion-header ion-icon.back-button-icon.icon { ion-header ion-icon.back-button-icon.icon {
color: (--light); color: (--light);
font-size: 25px; font-size: 25px;
} }
ion-header ion-icon.icon.icon-ios.ion-ios-back { ion-header ion-icon.icon.icon-ios.ion-ios-back {
font-size: 25px; font-size: 25px;
} }
ion-header ion-icon.icon.icon-md.ion-md-back, ion-header ion-icon.icon.icon-md.ion-md-back,
ion-header ion-icon.icon.icon-md.ion-md-search, ion-header ion-icon.icon.icon-md.ion-md-search,
ion-header ion-icon.icon.icon-ios.ion-ios-search { ion-header ion-icon.icon.icon-ios.ion-ios-search {
@ -136,24 +166,29 @@ button.disable-hover.item-button.button.button-ios.button-clear.button-clear-ios
font-size: 16px; font-size: 16px;
color: (--darkgray); color: (--darkgray);
} }
button.item-button.button.button-md.button-clear.button-clear-md, button.item-button.button.button-md.button-clear.button-clear-md,
button.item-button.button.button-ios.button-clear.button-clear-ios { button.item-button.button.button-ios.button-clear.button-clear-ios {
background: transparent; background: transparent;
font-size: 16px; font-size: 16px;
color: (--darkgray); color: (--darkgray);
} }
ion-header ion-icon.icon.icon-md.ion-md-close, ion-header ion-icon.icon.icon-md.ion-md-close,
ion-header ion-icon.icon.icon-ios.ion-ios-close { ion-header ion-icon.icon.icon-ios.ion-ios-close {
color: (--light); color: (--light);
} }
ion-header ion-icon.icon.icon-md.ion-md-add, ion-header ion-icon.icon.icon-md.ion-md-add,
ion-header ion-icon.icon.icon-ios.ion-ios-add { ion-header ion-icon.icon.icon-ios.ion-ios-add {
color: (--light); color: (--light);
} }
ion-icon.icon.icon-md.ion-md-search, ion-icon.icon.icon-md.ion-md-search,
ion-icon.icon.icon-ios.ion-ios-search { ion-icon.icon.icon-ios.ion-ios-search {
color: (--darkgray); color: (--darkgray);
} }
.toolbar-background { .toolbar-background {
background: var(--primary); background: var(--primary);
background: -moz-linear-gradient(45deg, var(--primary) 0%, var(--secondary) 36%, var(--secondary) 59%, var(--customnavy) 100%); background: -moz-linear-gradient(45deg, var(--primary) 0%, var(--secondary) 36%, var(--secondary) 59%, var(--customnavy) 100%);
@ -161,11 +196,15 @@ ion-header ion-icon.icon.icon-ios.ion-ios-add{
background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 36%, var(--secondary) 59%, var(--customnavy) 100%); background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 36%, var(--secondary) 59%, var(--customnavy) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primary)', endColorstr='--var(customnavy)', GradientType=1); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primary)', endColorstr='--var(customnavy)', GradientType=1);
} }
/***************button bckground***************/ /***************button bckground***************/
a { a {
color: var(--primary); color: var(--primary);
} }
.button,.button-md, button-ios{
.button,
.button-md,
button-ios {
background: var(--customnavy); background: var(--customnavy);
white-space: normal; white-space: normal;
// background: $primary; // background: $primary;
@ -178,10 +217,12 @@ text-transform: capitalize;
// min-width: 200px; // min-width: 200px;
min-height: 45px; min-height: 45px;
} }
.iconButton { .iconButton {
min-width: auto; min-width: auto;
min-height: auto; min-height: auto;
} }
/*********select style************/ /*********select style************/
ion-item.item.item-block.item-md.item-select.ng-touched, ion-item.item.item-block.item-md.item-select.ng-touched,
ion-item.item.item-block.item-ios.item-select.ng-touched, ion-item.item.item-block.item-ios.item-select.ng-touched,
@ -196,11 +237,13 @@ ion-item.item.item-block.item-md.item-datetime.ng-touched.input-has-value.item-i
ion-item.item.item-block.item-ios.item-datetime.ng-touched.input-has-value.item-input-has-value { ion-item.item.item-block.item-ios.item-datetime.ng-touched.input-has-value.item-input-has-value {
border-bottom: 0px; border-bottom: 0px;
} }
/********center element****************/ /********center element****************/
.centerDiv { .centerDiv {
margin: auto; margin: auto;
text-align: center; text-align: center;
display: block; display: block;
// .button,.button-md, button-ios{ // .button,.button-md, button-ios{
// min-width: 200px; // min-width: 200px;
// } // }
@ -209,83 +252,110 @@ ion-item.item.item-block.item-ios.item-datetime.ng-touched.input-has-value.item-
min-height: auto; min-height: auto;
} }
} }
/***********item icon************/ /***********item icon************/
.item-icon { .item-icon {
width: 25px; width: 25px;
height: 25px; height: 25px;
} }
[dir="ltr"] .item-icon { [dir="ltr"] .item-icon {
margin: 9px 8px 9px 0; margin: 9px 8px 9px 0;
} }
[dir="rtl"] .item-icon { [dir="rtl"] .item-icon {
margin: 6px 0px 9px 9px; margin: 6px 0px 9px 9px;
} }
/**********text format**********/ /**********text format**********/
p.text-caps { p.text-caps {
text-transform: uppercase; text-transform: uppercase;
} }
.boldTxt,p.boldTxt,.boldTxt>label {
.boldTxt,
p.boldTxt,
.boldTxt>label {
:root[dir="ltr"] { :root[dir="ltr"] {
font-family: var(--fontFamilyBoldEN) !important; font-family: var(--fontFamilyBoldEN) !important;
} }
:root[dir="rtl"] { :root[dir="rtl"] {
font-family: var(--fontFamilyIOSAR) !important; font-family: var(--fontFamilyIOSAR) !important;
font-weight: bold; font-weight: bold;
} }
} }
.boldTxtNav,p.boldTxtNav,.boldTxtNav>label {
.boldTxtNav,
p.boldTxtNav,
.boldTxtNav>label {
color: var(--dark) !important; color: var(--dark) !important;
:root[dir="ltr"] { :root[dir="ltr"] {
font-family: var(--fontFamilyBoldEN) !important; font-family: var(--fontFamilyBoldEN) !important;
} }
:root[dir="rtl"] { :root[dir="rtl"] {
font-family: var(--fontFamilyIOSAR) !important; font-family: var(--fontFamilyIOSAR) !important;
font-weight: bold; font-weight: bold;
} }
} }
ion-label.boldTxtNav.label.label-md,ion-label.boldTxtNav.label.label-ios{
ion-label.boldTxtNav.label.label-md,
ion-label.boldTxtNav.label.label-ios {
// font-weight: bold; // font-weight: bold;
color: var(--dark); color: var(--dark);
:root[dir="ltr"] { :root[dir="ltr"] {
font-family: var(--fontFamilySemiBoldEN) !important; font-family: var(--fontFamilySemiBoldEN) !important;
} }
:root[dir="rtl"] { :root[dir="rtl"] {
font-family: var(--fontFamilyIOSAR) !important; font-family: var(--fontFamilyIOSAR) !important;
font-weight: bold; font-weight: bold;
} }
} }
/******* label stacked***********/ /******* label stacked***********/
.label-md[stacked], .label-ios[stacked] { .label-md[stacked],
.label-ios[stacked] {
font-size: 16px; font-size: 16px;
} }
/**********input **************/ /**********input **************/
input.text-input.text-input-md, input.text-input.text-input-md,
input.text-input.text-input-ios { input.text-input.text-input-ios {
font-size: 16px; font-size: 16px;
:root[dir="ltr"] { :root[dir="ltr"] {
text-align: left; text-align: left;
} }
:root[dir="rtl"] { :root[dir="rtl"] {
text-align: right; text-align: right;
} }
} }
ion-datetime.datetime.datetime-md.ng-valid.ng-dirty.ng-touched, ion-datetime.datetime.datetime-md.ng-valid.ng-dirty.ng-touched,
ion-datetime.datetime.datetime-ios.ng-valid.ng-dirty.ng-touched { ion-datetime.datetime.datetime-ios.ng-valid.ng-dirty.ng-touched {
direction: ltr !important; direction: ltr !important;
text-align: left !important; text-align: left !important;
} }
/**********background************/ /**********background************/
.gray-bg { .gray-bg {
background-color: var(--gray); background-color: var(--gray);
margin-top: 10px; margin-top: 10px;
} }
/***************select and alert ************/ /***************select and alert ************/
.alert-md .alert-head,.alert-ios .alert-head{ .alert-md .alert-head,
.alert-ios .alert-head {
background-color: var(--grayBG); background-color: var(--grayBG);
color: var(--light); color: var(--light);
} }
/********profile grid************/ /********profile grid************/
// .profile-grid{ // .profile-grid{
// .col{ // .col{
@ -293,7 +363,9 @@ ion-datetime.datetime.datetime-ios.ng-valid.ng-dirty.ng-touched {
// } // }
// } // }
/**********card**********/ /**********card**********/
ion-card ,ion-card-md ,ion-card-ios { ion-card,
ion-card-md,
ion-card-ios {
box-shadow: black; box-shadow: black;
// background-color: #99999938; // background-color: #99999938;
-webkit-border-top-left-radius: 10px !important; -webkit-border-top-left-radius: 10px !important;
@ -319,15 +391,18 @@ ion-card-header{
border-top-left-radius: 10px; border-top-left-radius: 10px;
border-top-right-radius: 10px; border-top-right-radius: 10px;
background: var(--grayBG); background: var(--grayBG);
.hrTitle { .hrTitle {
white-space: normal; white-space: normal;
padding: 5px; padding: 5px;
padding-top: 12px; padding-top: 12px;
width: 85%; width: 85%;
min-height: 45px; min-height: 45px;
@media screen and (max-width: var(--break-big)) { @media screen and (max-width: var(--break-big)) {
width: 80%; width: 80%;
} }
@media screen and (max-width: var(--break-small)) { @media screen and (max-width: var(--break-small)) {
width: 74%; width: 74%;
} }
@ -335,12 +410,17 @@ ion-card-header{
:root[dir="ltr"] { :root[dir="ltr"] {
float: left; float: left;
} }
:root[dir="rtl"] { :root[dir="rtl"] {
float: right; float: right;
} }
line-height: 1.2; line-height: 1.2;
} }
.button,.button-md, button-ios{
.button,
.button-md,
button-ios {
background: transparent; background: transparent;
box-shadow: none; box-shadow: none;
-webkit-box-shadow: none; -webkit-box-shadow: none;
@ -348,15 +428,19 @@ ion-card-header{
min-width: auto; min-width: auto;
padding: 0px !important; padding: 0px !important;
margin: 0px 5px !important; margin: 0px 5px !important;
:root[dir="ltr"] { :root[dir="ltr"] {
float: right; float: right;
} }
:root[dir="rtl"] { :root[dir="rtl"] {
float: left; float: left;
} }
} }
} }
ion-col.colBold,ion-col.colBold>label{
ion-col.colBold,
ion-col.colBold>label {
// font-weight: bold; // font-weight: bold;
color: var(--customnavy); color: var(--customnavy);
font-weight: bold; font-weight: bold;
@ -370,6 +454,7 @@ ion-col.colBold,ion-col.colBold>label{
// } // }
font-size: 15px; font-size: 15px;
} }
// .boldTxt{ // .boldTxt{
// font-weight: bold; // font-weight: bold;
// } // }
@ -570,9 +655,11 @@ ion-col.colBold,ion-col.colBold>label{
padding: 5px 0px; padding: 5px 0px;
padding-left: 10px !important; padding-left: 10px !important;
margin: 10px auto; margin: 10px auto;
:root[dir="ltr"] { :root[dir="ltr"] {
font-family: var(--fontFamilySemiBoldEN) !important; font-family: var(--fontFamilySemiBoldEN) !important;
} }
:root[dir="rtl"] { :root[dir="rtl"] {
font-family: var(--fontFamilyIOSAR) !important; font-family: var(--fontFamilyIOSAR) !important;
font-weight: bold; font-weight: bold;
@ -600,9 +687,11 @@ ion-col.colBold,ion-col.colBold>label{
padding-left: 10px !important; padding-left: 10px !important;
margin: 10px auto; margin: 10px auto;
margin-right: 12px !important; margin-right: 12px !important;
:root[dir="ltr"] { :root[dir="ltr"] {
font-family: var(--fontFamilySemiBoldEN) !important; font-family: var(--fontFamilySemiBoldEN) !important;
} }
:root[dir="rtl"] { :root[dir="rtl"] {
font-family: var(--fontFamilyIOSAR) !important; font-family: var(--fontFamilyIOSAR) !important;
font-weight: bold; font-weight: bold;
@ -662,6 +751,7 @@ img.flipImg{
margin: 10px auto; margin: 10px auto;
text-align: center; text-align: center;
} }
.daynamicForm-DateTime { .daynamicForm-DateTime {
color: var(--dark); color: var(--dark);
font-size: 15px; font-size: 15px;
@ -682,6 +772,7 @@ img.flipImg{
-moz-box-shadow: none; -moz-box-shadow: none;
margin-bottom: 8px; margin-bottom: 8px;
} }
.daynamicForm-DateTime:after { .daynamicForm-DateTime:after {
width: 0; width: 0;
height: 0; height: 0;
@ -691,17 +782,21 @@ img.flipImg{
border-radius: 0px; border-radius: 0px;
position: absolute; position: absolute;
top: 40%; top: 40%;
:root[dir="ltr"] { :root[dir="ltr"] {
right: 5px; right: 5px;
} }
:root[dir="rtl"] { :root[dir="rtl"] {
left: 5px; left: 5px;
} }
content: ""; content: "";
z-index: 98; z-index: 98;
margin-left: 31px; margin-left: 31px;
} }
.daynamicForm-Select { .daynamicForm-Select {
color: var(--dark); color: var(--dark);
font-size: 15px; font-size: 15px;
@ -740,6 +835,7 @@ img.flipImg{
background-repeat: no-repeat; background-repeat: no-repeat;
padding-right: 20px; padding-right: 20px;
} }
:root[dir="rtl"] { :root[dir="rtl"] {
background-image: linear-gradient(-135deg, #999 50%, transparent 50%), linear-gradient(-45deg, transparent 50%, #999 50%), linear-gradient(to right, #ffffff, #ffffff); background-image: linear-gradient(-135deg, #999 50%, transparent 50%), linear-gradient(-45deg, transparent 50%, #999 50%), linear-gradient(to right, #ffffff, #ffffff);
background-position: calc(1em - 10px) calc(100% - 8px), calc(1em - 4px) calc(100% - 8px), 0 100%; background-position: calc(1em - 10px) calc(100% - 8px), calc(1em - 4px) calc(100% - 8px), 0 100%;
@ -787,6 +883,7 @@ img.flipImg{
background-repeat: no-repeat; background-repeat: no-repeat;
padding-right: 20px; padding-right: 20px;
} }
:root[dir="rtl"] { :root[dir="rtl"] {
background-image: linear-gradient(-135deg, #999 50%, transparent 50%), linear-gradient(-45deg, transparent 50%, #999 50%), linear-gradient(to right, #ffffff, #ffffff); background-image: linear-gradient(-135deg, #999 50%, transparent 50%), linear-gradient(-45deg, transparent 50%, #999 50%), linear-gradient(to right, #ffffff, #ffffff);
background-position: calc(1em - 10px) calc(100% - 8px), calc(1em - 4px) calc(100% - 8px), 0 100%; background-position: calc(1em - 10px) calc(100% - 8px), calc(1em - 4px) calc(100% - 8px), 0 100%;
@ -806,9 +903,11 @@ img.flipImg{
border-top: 6px solid #999; border-top: 6px solid #999;
position: absolute; position: absolute;
top: 40%; top: 40%;
:root[dir="ltr"] { :root[dir="ltr"] {
right: 5px; right: 5px;
} }
:root[dir="rtl"] { :root[dir="rtl"] {
left: 5px; left: 5px;
} }
@ -816,16 +915,22 @@ img.flipImg{
z-index: 98; z-index: 98;
} }
.requiredClass::before { .requiredClass::before {
content: "* "; content: "* ";
} }
.requiredClassElm { .requiredClassElm {
border-bottom: 2px solid var(--danger); border-bottom: 2px solid var(--danger);
} }
textarea:disabled, input:disabled ,.daynamicForm-Select:disabled, .daynamicForm-DateTime:disabled{ textarea:disabled,
input:disabled,
.daynamicForm-Select:disabled,
.daynamicForm-DateTime:disabled {
background: rgba(204, 204, 204, 0.11); background: rgba(204, 204, 204, 0.11);
} }
div.daynamicForm-DateTime.disabled { div.daynamicForm-DateTime.disabled {
background: rgba(204, 204, 204, 0.11); background: rgba(204, 204, 204, 0.11);
} }
@ -837,6 +942,7 @@ div.daynamicForm-DateTime.disabled{
-moz-box-shadow: none; -moz-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
.imgSize { .imgSize {
width: 22px !important; width: 22px !important;
height: 22px; height: 22px;
@ -844,6 +950,7 @@ height: 22px;
-moz-box-shadow: none; -moz-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
/************footer****************/ /************footer****************/
ion-footer { ion-footer {
padding: 15px 0px; padding: 15px 0px;
@ -853,7 +960,9 @@ box-shadow: none !important;
-webkit-box-shadow: none; -webkit-box-shadow: none;
-moz-box-shadow: none; -moz-box-shadow: none;
} }
.footer-md::before,.footer-ios::before{
.footer-md::before,
.footer-ios::before {
background-color: var(--light) !important; background-color: var(--light) !important;
background-image: none; background-image: none;
border: 0px !important; border: 0px !important;
@ -861,6 +970,7 @@ box-shadow: none !important;
-webkit-box-shadow: none; -webkit-box-shadow: none;
-moz-box-shadow: none; -moz-box-shadow: none;
} }
/*************progress bar****************/ /*************progress bar****************/
.progcontainer { .progcontainer {
margin: auto; margin: auto;
@ -868,31 +978,39 @@ box-shadow: none !important;
width: 100%; width: 100%;
min-height: 100px; min-height: 100px;
} }
.cusprogressbar { .cusprogressbar {
counter-reset: step; counter-reset: step;
padding: 0px; padding: 0px;
} }
.cusprogressbar li { .cusprogressbar li {
list-style-type: none; list-style-type: none;
width: 33.333%; width: 33.333%;
:root[dir="ltr"] { :root[dir="ltr"] {
float: left; float: left;
} }
:root[dir="rtl"] { :root[dir="rtl"] {
float: right; float: right;
} }
font-size: 12px; font-size: 12px;
position: relative; position: relative;
text-align: center; text-align: center;
color: var(--darkgray); color: var(--darkgray);
:root[dir="ltr"] { :root[dir="ltr"] {
font-family: var(--fontFamilySemiBoldEN); font-family: var(--fontFamilySemiBoldEN);
} }
:root[dir="rtl"] { :root[dir="rtl"] {
font-family: var(--fontFamilyIOSAR); font-family: var(--fontFamilyIOSAR);
font-weight: bold; font-weight: bold;
} }
} }
.cusprogressbar li:before { .cusprogressbar li:before {
width: 40px; width: 40px;
height: 40px; height: 40px;
@ -907,6 +1025,7 @@ box-shadow: none !important;
margin: 0 auto 10px auto; margin: 0 auto 10px auto;
border-radius: 50%; border-radius: 50%;
} }
.cusprogressbar li:after { .cusprogressbar li:after {
width: 100%; width: 100%;
height: 2px; height: 2px;
@ -914,30 +1033,37 @@ box-shadow: none !important;
position: absolute; position: absolute;
background-color: var(--cusgray); background-color: var(--cusgray);
top: 20px; top: 20px;
:root[dir="ltr"] { :root[dir="ltr"] {
left: -50%; left: -50%;
} }
:root[dir="rtl"] { :root[dir="rtl"] {
right: -50%; right: -50%;
} }
z-index: -1; z-index: -1;
} }
.cusprogressbar li:first-child:after { .cusprogressbar li:first-child:after {
content: none; content: none;
} }
.cusprogressbar li.active { .cusprogressbar li.active {
color: var(--custgreen); color: var(--custgreen);
} }
.cusprogressbar li.active:before { .cusprogressbar li.active:before {
background-color: var(--custgreen); background-color: var(--custgreen);
} }
//.cusprogressbar li.active + li:after { //.cusprogressbar li.active + li:after {
// background-color: #55b776; // background-color: #55b776;
//color: $custgreen; //color: $custgreen;
//} //}
/**************badge **********************/ /**************badge **********************/
.badge-md,.badge-ios { .badge-md,
.badge-ios {
color: #fff; color: #fff;
background-color: #327eff; background-color: #327eff;
background: red; background: red;
@ -946,18 +1072,21 @@ box-shadow: none !important;
min-height: 30px; min-height: 30px;
line-height: 2; line-height: 2;
} }
/**********no data div***********/ /**********no data div***********/
div.no-dataDiv { div.no-dataDiv {
.row { .row {
border-bottom: 1px solid; border-bottom: 1px solid;
border-color: var(--cusgray); border-color: var(--cusgray);
} }
h4 { h4 {
font-size: 140%; font-size: 140%;
text-align: center; text-align: center;
color: #888888; color: #888888;
} }
.empty-data { .empty-data {
font-size: 10.2em; font-size: 10.2em;
display: block; display: block;
@ -966,16 +1095,22 @@ color: #888888;
} }
} }
.toast-md .toast-message,.toast-ios .toast-message { .toast-md .toast-message,
.toast-ios .toast-message {
background-color: var(--secondary); background-color: var(--secondary);
} }
/*************picker style*********************/ /*************picker style*********************/
.picker-md .picker-opt,.picker-ios .picker-opt{ .picker-md .picker-opt,
.picker-ios .picker-opt {
font-size: 18px; font-size: 18px;
} }
.picker-md .picker-col,.picker-ios .picker-col {
.picker-md .picker-col,
.picker-ios .picker-col {
padding: 0px 2px !important; padding: 0px 2px !important;
} }
.progress-loading-page { .progress-loading-page {
position: fixed; position: fixed;
height: 100%; height: 100%;
@ -988,6 +1123,7 @@ color: #888888;
bottom: 0; bottom: 0;
display: flex; display: flex;
} }
.progress-loading-page .container { .progress-loading-page .container {
background: transparent !important; background: transparent !important;
box-shadow: none; box-shadow: none;
@ -997,12 +1133,16 @@ color: #888888;
margin: auto; margin: auto;
} }
.progress-loading-page .loading-gif { .progress-loading-page .loading-gif {
margin-top: 0.42cm; margin-top: 0.42cm;
width: 100%; width: 100%;
} }
.centerDiv .button{width:200px;}
.centerDiv .button {
width: 200px;
}
.note-modal { .note-modal {
// width: 90%; // width: 90%;
@ -1091,6 +1231,7 @@ color: #888888;
--background: transparent; --background: transparent;
} }
.confirmBtn { .confirmBtn {
background: var(--newgreen) !important; background: var(--newgreen) !important;
white-space: normal !important; white-space: normal !important;
@ -1180,6 +1321,7 @@ border:0px
width: 130%; width: 130%;
border: 0px; border: 0px;
} }
.headerTxt { .headerTxt {
font-size: 20px; font-size: 20px;
font-weight: bold; font-weight: bold;
@ -1189,6 +1331,7 @@ border:0px
.login-input { .login-input {
border: none; border: none;
} }
.item-input-login { .item-input-login {
--min-height: 1.0cm !important; --min-height: 1.0cm !important;
--border-radius: 12px; --border-radius: 12px;
@ -1280,13 +1423,16 @@ border:0px
--width: 88% !important; --width: 88% !important;
--border-radius: 0.6cm; --border-radius: 0.6cm;
} }
.slideFullWidth { .slideFullWidth {
margin-left:-15px; margin-left: -10px;
margin-right:-15px; margin-right: -1-px;
} }
.slideFullWidth .swiper-container .swiper-wrapper .swiper-slide:first-child { .slideFullWidth .swiper-container .swiper-wrapper .swiper-slide:first-child {
margin-left: 15px; margin-left: 15px;
} }
.alert-button-group.sc-ion-alert-md, .alert-button-group.sc-ion-alert-md,
.alert-button.sc-ion-alert-ios { .alert-button.sc-ion-alert-ios {
text-align: center; text-align: center;
@ -1306,6 +1452,7 @@ border:0px
.alert-button-inner.sc-ion-alert-md { .alert-button-inner.sc-ion-alert-md {
justify-content: center !important; justify-content: center !important;
} }
.replaceRoll-modal { .replaceRoll-modal {
padding: 30% 1% !important; padding: 30% 1% !important;
@ -1314,6 +1461,7 @@ border:0px
--border-radius: 0.4cm; --border-radius: 0.4cm;
} }
.replaceRoll-modal2 { .replaceRoll-modal2 {
padding: 5% 1% !important; padding: 5% 1% !important;
@ -1322,13 +1470,16 @@ border:0px
--border-radius: 0.4cm; --border-radius: 0.4cm;
} }
.header-md:after { .header-md:after {
height: 0px !important; height: 0px !important;
display: none !important; display: none !important;
} }
.attendance-home .header-toolbar-new { .attendance-home .header-toolbar-new {
--background: #094773 !important; --background: #094773 !important;
} }
.header-toolbar-new { .header-toolbar-new {
--background: #269DB8; --background: #269DB8;
} }
@ -1339,10 +1490,12 @@ border:0px
font-weight: bold; font-weight: bold;
font-size: 20px; font-size: 20px;
} }
.boldP { .boldP {
font-size: 20px; font-size: 20px;
} }
// .select-text{ // .select-text{
// --margin-left: -10px; // --margin-left: -10px;
// margin-left:0; // margin-left:0;
@ -1363,7 +1516,10 @@ border:0px
// } // }
// } // }
.monthview-primary-with-event, .absent, .present, .dayoff { .monthview-primary-with-event,
.absent,
.present,
.dayoff {
background-color: #fff !important; background-color: #fff !important;
z-index: 1; z-index: 1;
@ -1415,6 +1571,7 @@ border:0px
border: none !important; border: none !important;
color: #888; color: #888;
} }
tbody td { tbody td {
border: none !important; border: none !important;
line-height: 40px !important; line-height: 40px !important;
@ -1432,6 +1589,7 @@ border:0px
&.monthview-selected.present, &.monthview-selected.present,
&.present { &.present {
color: #fff !important; color: #fff !important;
&:before { &:before {
background-color: #269DB8 !important; background-color: #269DB8 !important;
} }
@ -1440,6 +1598,7 @@ border:0px
&.monthview-selected.absent, &.monthview-selected.absent,
&.absent { &.absent {
color: #fff !important; color: #fff !important;
&:before { &:before {
background-color: #292F42 !important; background-color: #292F42 !important;
} }
@ -1448,6 +1607,7 @@ border:0px
&.monthview-selected.dayoff, &.monthview-selected.dayoff,
&.dayoff { &.dayoff {
color: #555 !important; color: #555 !important;
&:before { &:before {
background-color: #e5e5e5 !important; background-color: #e5e5e5 !important;
} }
@ -1456,6 +1616,7 @@ border:0px
&.monthview-selected.scheduleDay, &.monthview-selected.scheduleDay,
&.scheduleDay { &.scheduleDay {
color: #000 !important; color: #000 !important;
&:before { &:before {
background-color: #fff !important; background-color: #fff !important;
border: 1px solid #ccc !important; border: 1px solid #ccc !important;
@ -1477,6 +1638,7 @@ border:0px
.table-bordered { .table-bordered {
border: none !important; border: none !important;
} }
// .monthview-primary-with-event::after, .absent::after, .present::after, .dayoff::after { // .monthview-primary-with-event::after, .absent::after, .present::after, .dayoff::after {
// content: " "; // content: " ";
// width: 80%; // width: 80%;
@ -1541,6 +1703,7 @@ table.monthview-datetable th small {
.calendar-modal .swiper-container-horizontal>.swiper-pagination-bullets { .calendar-modal .swiper-container-horizontal>.swiper-pagination-bullets {
top: auto; top: auto;
bottom: -8px; bottom: -8px;
.swiper-pagination-bullet-active { .swiper-pagination-bullet-active {
background: #269DB8; background: #269DB8;
} }
@ -1561,6 +1724,7 @@ table.monthview-datetable th small {
position: absolute; position: absolute;
display: block; display: block;
} }
.business-card-modal-css .modal-wrapper { .business-card-modal-css .modal-wrapper {
height: 500px; height: 500px;
width: 300px; width: 300px;
@ -1573,6 +1737,7 @@ table.monthview-datetable th small {
.app-update-modal-css .modal-wrapper { .app-update-modal-css .modal-wrapper {
border-radius: 0px !important; border-radius: 0px !important;
} }
.fav-employee-details { .fav-employee-details {
font-size: 20px; font-size: 20px;
position: absolute; position: absolute;
@ -1581,26 +1746,32 @@ table.monthview-datetable th small {
color: black !important; color: black !important;
padding: 5px; padding: 5px;
} }
.fav-profileImageDiv { .fav-profileImageDiv {
width: 100%; width: 100%;
text-align: start; text-align: start;
} }
ion-segment-button { ion-segment-button {
--indicator-color: transparent !important; --indicator-color: transparent !important;
--indicator-color-checked: transparent !important; --indicator-color-checked: transparent !important;
} }
#surveyRatingNew ion-button { #surveyRatingNew ion-button {
background: #fff !important; background: #fff !important;
} }
#surveyRatingNew ion-buttons { #surveyRatingNew ion-buttons {
border-radius: 12px; border-radius: 12px;
background: #fff; background: #fff;
width: 75%; width: 75%;
margin: auto; margin: auto;
} }
.filter-modal .modal-wrapper { .filter-modal .modal-wrapper {
border-radius: 0px !important; border-radius: 0px !important;
} }
.offers-discount-card ion-card-content div { .offers-discount-card ion-card-content div {
font-size: 11px !important; font-size: 11px !important;
} }
@ -1636,17 +1807,40 @@ ion-segment-button {
box-shadow: none !important; box-shadow: none !important;
-webkit-box-shadow: none !important; -webkit-box-shadow: none !important;
} }
.select-alert .alert-radio-label { .select-alert .alert-radio-label {
font-size: 12px !important; font-size: 12px !important;
} }
.modal-image-viewer-landscape { .modal-image-viewer-landscape {
--height: 35% !important; --height: 35% !important;
--width: 90% !important; --width: 90% !important;
--border-radius: 0.4cm; --border-radius: 0.4cm;
} }
.modal-image-viewer-portrait { .modal-image-viewer-portrait {
--height: 45% !important; --height: 45% !important;
--width: 60% !important; --width: 60% !important;
--border-radius: 0.4cm; --border-radius: 0.4cm;
} }
.menu-label {
margin-left: 5px;
}
ion-app[dir="rtl"] {
.slideFullWidth {
margin-right: 0px !important;
}
.menu-label {
margin-right: 10px !important;
}
.slideFullWidth .swiper-slide {
margin-right: 10px !important;
}
}
Loading…
Cancel
Save