|
|
|
|
@ -1279,11 +1279,13 @@ div.no-dataDiv {
|
|
|
|
|
// min-width: 200px;
|
|
|
|
|
min-height: 45px !important;
|
|
|
|
|
border-radius: 5px !important;
|
|
|
|
|
--border-radius: 5px !important;
|
|
|
|
|
width: 125px !important;
|
|
|
|
|
min-width: 5px !important;
|
|
|
|
|
width: 10px !important;
|
|
|
|
|
margin: 8px !important;
|
|
|
|
|
--background: transparent;
|
|
|
|
|
--box-shadow: none;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -1295,11 +1297,13 @@ div.no-dataDiv {
|
|
|
|
|
// min-width: 200px;
|
|
|
|
|
min-height: 45px !important;
|
|
|
|
|
border-radius: 5px !important;
|
|
|
|
|
--border-radius: 5px !important;
|
|
|
|
|
width: 125px !important;
|
|
|
|
|
min-width: 5px !important;
|
|
|
|
|
width: 10px !important;
|
|
|
|
|
margin: 8px !important;
|
|
|
|
|
--background: transparent;
|
|
|
|
|
--box-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.checkOutOkBtn {
|
|
|
|
|
@ -1308,6 +1312,7 @@ div.no-dataDiv {
|
|
|
|
|
margin-top: 10px !important;
|
|
|
|
|
margin-bottom: 10px !important;
|
|
|
|
|
border-radius: 5px !important;
|
|
|
|
|
--border-radius: 5px !important;
|
|
|
|
|
height: 40px !important;
|
|
|
|
|
min-height: 40px !important;
|
|
|
|
|
background: var(--lightblue) !important;
|
|
|
|
|
@ -1319,7 +1324,7 @@ div.no-dataDiv {
|
|
|
|
|
border: none !important;
|
|
|
|
|
width: 80%;
|
|
|
|
|
--background: var(--lightblue) !important;
|
|
|
|
|
|
|
|
|
|
--box-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.checkOutCancelBtn {
|
|
|
|
|
@ -1328,6 +1333,7 @@ div.no-dataDiv {
|
|
|
|
|
margin-top: 10px !important;
|
|
|
|
|
margin-bottom: 10px !important;
|
|
|
|
|
border-radius: 5px !important;
|
|
|
|
|
--border-radius: 5px !important;
|
|
|
|
|
height: 40px !important;
|
|
|
|
|
min-height: 40px !important;
|
|
|
|
|
background: var(--darkblue) !important;
|
|
|
|
|
@ -1339,6 +1345,7 @@ div.no-dataDiv {
|
|
|
|
|
border: none !important;
|
|
|
|
|
width: 80%;
|
|
|
|
|
--background: var(--darkblue) !important;
|
|
|
|
|
--box-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.buttonClassWhite {
|
|
|
|
|
@ -1903,7 +1910,7 @@ ion-app[dir="rtl"] {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pClass {
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
@ -1914,8 +1921,8 @@ ion-app[dir="rtl"] {
|
|
|
|
|
|
|
|
|
|
ion-app[dir="ltr"] {
|
|
|
|
|
|
|
|
|
|
.slideFullWidth .swiper-container .swiper-wrapper .swiper-slide:first-child {
|
|
|
|
|
// margin-left: 15px !important;
|
|
|
|
|
.dynamic-form .swiper-container .swiper-wrapper .swiper-slide:first-child {
|
|
|
|
|
margin-left: 5px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1930,6 +1937,20 @@ ion-app[dir="ltr"] {
|
|
|
|
|
|
|
|
|
|
ion-app[dir="rtl"] {
|
|
|
|
|
|
|
|
|
|
.slideFullWidth .swiper-container .swiper-wrapper .swiper-slide:first-child {
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dynamic-form .swiper-container .swiper-wrapper .swiper-slide:first-child {
|
|
|
|
|
margin-right: 10px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.attendance-module {
|
|
|
|
|
ion-button {
|
|
|
|
|
height: 40px !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.slideFullWidth {
|
|
|
|
|
margin-right: 0px !important;
|
|
|
|
|
}
|
|
|
|
|
|