prduction version
parent
ee7ac90c18
commit
15108e4554
@ -1,306 +1,306 @@
|
||||
// .colorBG{
|
||||
// --background: #f0efef;
|
||||
// }
|
||||
// .footerSearchBtn{
|
||||
// padding: 0px !important;
|
||||
// background: #f0efef !important;
|
||||
.colorBG{
|
||||
--background: #f0efef;
|
||||
}
|
||||
.footerSearchBtn{
|
||||
padding: 0px !important;
|
||||
background: #f0efef !important;
|
||||
}
|
||||
|
||||
.actionList{
|
||||
// position: fixed;
|
||||
// bottom: 0px;
|
||||
width: 215px;
|
||||
border-top-left-radius: 7px;
|
||||
border-top-right-radius: 7px
|
||||
}
|
||||
.cardContent{
|
||||
width:100%;
|
||||
margin-top: 33px
|
||||
}
|
||||
.colItemReq{
|
||||
color: var(--dark);
|
||||
font-weight: bold;
|
||||
font-size: 15px;
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
|
||||
.colItemReqHeader{
|
||||
text-align: left;
|
||||
color: var(--primary);
|
||||
font-weight: bold;
|
||||
}
|
||||
.labelTotal{
|
||||
color: var(--danger);
|
||||
font-weight: bold;
|
||||
font-size: 17px;
|
||||
|
||||
|
||||
}
|
||||
.labelAction{
|
||||
color:var(--customnavy) !important;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.segmentPR{
|
||||
|
||||
// --background-hover: rgba(var(--ion-color-contrast-rgb),0.04);
|
||||
// --background-activated: var(--danger);
|
||||
// --color: rgba(--primary);
|
||||
--color-checked: var(--dark);
|
||||
--indicator-color-checked: var(--secondary);
|
||||
--background: #f0efef;
|
||||
--background-activated: #f0efef;
|
||||
--background-hover:#f0efef;
|
||||
--background-activated:#f0efef;
|
||||
--background-checked:#f0efef;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
.ion-modal#ion-overlay-1 {
|
||||
width: 90%;
|
||||
height: 50%;
|
||||
top: 20%;
|
||||
left: 5%;
|
||||
right: 5%;
|
||||
bottom: 5%;
|
||||
border: solid 1px red;
|
||||
|
||||
}
|
||||
|
||||
// .swiper-pagination.swiper-pagination-bullets{
|
||||
// top: 6px;
|
||||
// bottom: inherit;
|
||||
// }
|
||||
|
||||
// .actionList{
|
||||
// // position: fixed;
|
||||
// // bottom: 0px;
|
||||
// width: 215px;
|
||||
// border-top-left-radius: 7px;
|
||||
// border-top-right-radius: 7px
|
||||
// }
|
||||
// .cardContent{
|
||||
// width:100%;
|
||||
// margin-top: 33px
|
||||
// }
|
||||
// .colItemReq{
|
||||
// color: var(--dark);
|
||||
// font-weight: bold;
|
||||
// font-size: 15px;
|
||||
// text-align: left;
|
||||
|
||||
// }
|
||||
|
||||
// .colItemReqHeader{
|
||||
// text-align: left;
|
||||
// color: var(--primary);
|
||||
// font-weight: bold;
|
||||
// }
|
||||
// .labelTotal{
|
||||
// color: var(--danger);
|
||||
// font-weight: bold;
|
||||
// font-size: 17px;
|
||||
|
||||
|
||||
// }
|
||||
// .labelAction{
|
||||
// color:var(--customnavy) !important;
|
||||
// font-weight:bold;
|
||||
// }
|
||||
|
||||
// .segmentPR{
|
||||
|
||||
// // --background-hover: rgba(var(--ion-color-contrast-rgb),0.04);
|
||||
// // --background-activated: var(--danger);
|
||||
// // --color: rgba(--primary);
|
||||
// --color-checked: var(--dark);
|
||||
// --indicator-color-checked: var(--secondary);
|
||||
// --background: #f0efef;
|
||||
// --background-activated: #f0efef;
|
||||
// --background-hover:#f0efef;
|
||||
// --background-activated:#f0efef;
|
||||
// --background-checked:#f0efef;
|
||||
|
||||
|
||||
|
||||
// }
|
||||
|
||||
// .ion-modal#ion-overlay-1 {
|
||||
// width: 90%;
|
||||
// height: 50%;
|
||||
// top: 20%;
|
||||
// left: 5%;
|
||||
// right: 5%;
|
||||
// bottom: 5%;
|
||||
// border: solid 1px red;
|
||||
|
||||
// }
|
||||
|
||||
// // .swiper-pagination.swiper-pagination-bullets{
|
||||
// // top: 6px;
|
||||
// // bottom: inherit;
|
||||
// // }
|
||||
|
||||
|
||||
|
||||
// // .swiper-pagination.swiper-pagination-bullets {
|
||||
// // top: 6px !important;
|
||||
// // bottom: 0px !important;
|
||||
// // }
|
||||
// .swiper-pagination.swiper-pagination-bullets {
|
||||
// top: 6px !important;
|
||||
// bottom: 0px !important;
|
||||
// }
|
||||
|
||||
// // .swiper-pagination {
|
||||
// // top: 6px;
|
||||
// // }
|
||||
// .swiper-pagination {
|
||||
// top: 6px;
|
||||
// }
|
||||
|
||||
|
||||
// .bar-stable {
|
||||
// background-color: var(--cusgray) !important;
|
||||
// }
|
||||
// .tabs{
|
||||
// background-color: var(--cusgray) !important;
|
||||
// }
|
||||
// .icon-size-lg {
|
||||
// font-size: 40px;
|
||||
// }
|
||||
.bar-stable {
|
||||
background-color: var(--cusgray) !important;
|
||||
}
|
||||
.tabs{
|
||||
background-color: var(--cusgray) !important;
|
||||
}
|
||||
.icon-size-lg {
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
// /*Timeline*/
|
||||
/*Timeline*/
|
||||
|
||||
// .pos-absolute-right {
|
||||
// position: absolute;
|
||||
// right: 8px;
|
||||
// }
|
||||
.pos-absolute-right {
|
||||
position: absolute;
|
||||
right: 8px;
|
||||
}
|
||||
|
||||
// .timeline {
|
||||
// position: relative;
|
||||
// margin: 15px 0 0 0;
|
||||
// }
|
||||
.timeline {
|
||||
position: relative;
|
||||
margin: 15px 0 0 0;
|
||||
}
|
||||
|
||||
// .timeline:before {
|
||||
.timeline:before {
|
||||
|
||||
// content: '';
|
||||
// position: absolute;
|
||||
// top: 0;
|
||||
// bottom: 0;
|
||||
// width: 4px;
|
||||
// background: #e4e4e4;
|
||||
// z-index: 1;
|
||||
// left: 66px;
|
||||
// /* margin-left: -10px; */
|
||||
// /* z-index: 1; */
|
||||
// }
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
width: 4px;
|
||||
background: #e4e4e4;
|
||||
z-index: 1;
|
||||
left: 66px;
|
||||
/* margin-left: -10px; */
|
||||
/* z-index: 1; */
|
||||
}
|
||||
|
||||
// .timeline .timeline-thumb {
|
||||
.timeline .timeline-thumb {
|
||||
|
||||
// border-radius: 500px;
|
||||
// width: 40px !important;
|
||||
// z-index: 2;
|
||||
// position: absolute;
|
||||
// left: 48px;
|
||||
// // :root[dir="ltr"]{
|
||||
// // left: 37px;
|
||||
// // }
|
||||
// // :root[dir="rtl"]{
|
||||
// // right: 37px;
|
||||
// // }
|
||||
// float: right;
|
||||
// top: 9px;
|
||||
// }
|
||||
border-radius: 500px;
|
||||
width: 40px !important;
|
||||
z-index: 2;
|
||||
position: absolute;
|
||||
left: 48px;
|
||||
// :root[dir="ltr"]{
|
||||
// left: 37px;
|
||||
// }
|
||||
// :root[dir="rtl"]{
|
||||
// right: 37px;
|
||||
// }
|
||||
float: right;
|
||||
top: 9px;
|
||||
}
|
||||
|
||||
// .timeline .timeline-thumb.timeline-icon {
|
||||
// height: 40px;
|
||||
// // text-align: center;
|
||||
// // color: white;
|
||||
// // border: 5px solid #CBD0D3;
|
||||
// // transform: scale(0.2);
|
||||
// }
|
||||
.timeline .timeline-thumb.timeline-icon {
|
||||
height: 40px;
|
||||
// text-align: center;
|
||||
// color: white;
|
||||
// border: 5px solid #CBD0D3;
|
||||
// transform: scale(0.2);
|
||||
}
|
||||
|
||||
|
||||
|
||||
// .timeline .timeline-item {
|
||||
// width: 50px;
|
||||
.timeline .timeline-item {
|
||||
width: 50px;
|
||||
|
||||
// }
|
||||
}
|
||||
|
||||
// .timeline .timeline-stats {
|
||||
// position: relative;
|
||||
// font-size: 12px;
|
||||
// color: var(--darkgray);
|
||||
.timeline .timeline-stats {
|
||||
position: relative;
|
||||
font-size: 12px;
|
||||
color: var(--darkgray);
|
||||
|
||||
// }
|
||||
}
|
||||
|
||||
|
||||
// .divider-title {
|
||||
// background: #e4e4e4;
|
||||
// padding: 5px 15px;
|
||||
// }
|
||||
.divider-title {
|
||||
background: #e4e4e4;
|
||||
padding: 5px 15px;
|
||||
}
|
||||
|
||||
|
||||
// .color-red {
|
||||
// color: var(--danger) !important;
|
||||
// }
|
||||
.color-red {
|
||||
color: var(--danger) !important;
|
||||
}
|
||||
|
||||
// .bg-color-dot {
|
||||
.bg-color-dot {
|
||||
|
||||
// background: var(--gray);
|
||||
background: var(--gray);
|
||||
|
||||
// /* background: linear-gradient(45deg, var(--primary) 0%, #19a163 36%, var(--secondary) 59%, var(--customnavy) 100%); */
|
||||
// // border: var(--secondary) solid 1px;
|
||||
// // background-color: #ff3b30 !important;
|
||||
// // background: var(--primary);
|
||||
// //background: -moz-linear-gradient(45deg, var(--primary) 0%, var(--secondary) 36%,var(--secondary) 59%, var(--customnavy) 100%);
|
||||
// //background: -webkit-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%);
|
||||
/* background: linear-gradient(45deg, var(--primary) 0%, #19a163 36%, var(--secondary) 59%, var(--customnavy) 100%); */
|
||||
// border: var(--secondary) solid 1px;
|
||||
// background-color: #ff3b30 !important;
|
||||
// background: var(--primary);
|
||||
//background: -moz-linear-gradient(45deg, var(--primary) 0%, var(--secondary) 36%,var(--secondary) 59%, var(--customnavy) 100%);
|
||||
//background: -webkit-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%);
|
||||
|
||||
|
||||
// }
|
||||
}
|
||||
|
||||
// .bg-blue-dot {
|
||||
.bg-blue-dot {
|
||||
|
||||
// border: var(--blue) solid 1px;
|
||||
// background: var(--gray);
|
||||
border: var(--blue) solid 1px;
|
||||
background: var(--gray);
|
||||
|
||||
// }
|
||||
// .bg-orange-dot {
|
||||
}
|
||||
.bg-orange-dot {
|
||||
|
||||
// border: var(--orange) solid 1px;
|
||||
// background: var(--gray);
|
||||
// }
|
||||
// .bg-red-dot {
|
||||
border: var(--orange) solid 1px;
|
||||
background: var(--gray);
|
||||
}
|
||||
.bg-red-dot {
|
||||
|
||||
// border: var(--red) solid 1px;
|
||||
// background: var(--gray);
|
||||
border: var(--red) solid 1px;
|
||||
background: var(--gray);
|
||||
|
||||
// }
|
||||
// .bg-green-dot {
|
||||
}
|
||||
.bg-green-dot {
|
||||
|
||||
// border: var(--green) solid 1px;
|
||||
// background: var(--gray);
|
||||
// }
|
||||
border: var(--green) solid 1px;
|
||||
background: var(--gray);
|
||||
}
|
||||
|
||||
|
||||
// .bg-blue-txt {
|
||||
.bg-blue-txt {
|
||||
|
||||
// color: var(--blue) !important;
|
||||
// font-weight:bold;
|
||||
color: var(--blue) !important;
|
||||
font-weight:bold;
|
||||
|
||||
// }
|
||||
// .bg-orange-txt {
|
||||
// font-weight:bold;
|
||||
}
|
||||
.bg-orange-txt {
|
||||
font-weight:bold;
|
||||
|
||||
// color: var(--orange) !important;
|
||||
// }
|
||||
// .bg-red-txt {
|
||||
// font-weight:bold;
|
||||
color: var(--orange) !important;
|
||||
}
|
||||
.bg-red-txt {
|
||||
font-weight:bold;
|
||||
|
||||
// color: var(--red) !important;
|
||||
color: var(--red) !important;
|
||||
|
||||
|
||||
// }
|
||||
// .bg-green-txt {
|
||||
// font-weight:bold;
|
||||
}
|
||||
.bg-green-txt {
|
||||
font-weight:bold;
|
||||
|
||||
// color: var(--green) !important;
|
||||
// }
|
||||
color: var(--green) !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// .notification-list{
|
||||
// ion-item{
|
||||
// // margin-top: 5px;
|
||||
// // margin-bottom: 5px;
|
||||
.notification-list{
|
||||
ion-item{
|
||||
// margin-top: 5px;
|
||||
// margin-bottom: 5px;
|
||||
|
||||
// background-color: transparent;
|
||||
// .item-date{
|
||||
// width: 55px;
|
||||
// font-size: 14px;
|
||||
// font-weight: bold;
|
||||
background-color: transparent;
|
||||
.item-date{
|
||||
width: 55px;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
|
||||
// text-align: center;
|
||||
// padding: 0;
|
||||
// margin: 0;
|
||||
text-align: center;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
// position: absolute;
|
||||
// left: 0;
|
||||
// top: 0;
|
||||
// }
|
||||
// ion-label , [item-end]{
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
ion-label , [item-end]{
|
||||
|
||||
// white-space: normal;
|
||||
// font-size: 14px;
|
||||
// // :root[dir="ltr"]{
|
||||
// // margin-left: 10px;
|
||||
// // }
|
||||
// // :root[dir="rtl"]{
|
||||
// // margin-right: 10px;
|
||||
// // }
|
||||
white-space: normal;
|
||||
font-size: 14px;
|
||||
// :root[dir="ltr"]{
|
||||
// margin-left: 10px;
|
||||
// }
|
||||
// :root[dir="rtl"]{
|
||||
// margin-right: 10px;
|
||||
// }
|
||||
|
||||
// }
|
||||
|
||||
// }
|
||||
// }
|
||||
// .input-wrapper {
|
||||
// --flex:none;
|
||||
// }
|
||||
// ion-input ,ion-datetime{
|
||||
// border-bottom: #dedede 1px solid;
|
||||
// }
|
||||
// .left {
|
||||
// .timeline:before{
|
||||
// left: 66px;
|
||||
// }
|
||||
// .notification-list ion-item{
|
||||
// padding-left: 3px;
|
||||
// }
|
||||
// .timeline-thumb{
|
||||
// left: 37px;
|
||||
// }
|
||||
// }
|
||||
// .right {
|
||||
// .timeline:before{
|
||||
// right: 62px;
|
||||
// }
|
||||
// .notification-list ion-item{
|
||||
// padding-right: 3px;
|
||||
// }
|
||||
// .timeline-thumb{
|
||||
// right: 37px;
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
.input-wrapper {
|
||||
--flex:none;
|
||||
}
|
||||
ion-input ,ion-datetime{
|
||||
border-bottom: #dedede 1px solid;
|
||||
}
|
||||
.left {
|
||||
.timeline:before{
|
||||
left: 66px;
|
||||
}
|
||||
.notification-list ion-item{
|
||||
padding-left: 3px;
|
||||
}
|
||||
.timeline-thumb{
|
||||
left: 37px;
|
||||
}
|
||||
}
|
||||
.right {
|
||||
.timeline:before{
|
||||
right: 62px;
|
||||
}
|
||||
.notification-list ion-item{
|
||||
padding-right: 3px;
|
||||
}
|
||||
.timeline-thumb{
|
||||
right: 37px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -1,41 +0,0 @@
|
||||
.rowAccordin{
|
||||
border: none;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.gridAccordin{
|
||||
margin: 10px;
|
||||
background: #ffffff;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.colPayslip{
|
||||
text-align: center;
|
||||
color: var(--labelColor);
|
||||
|
||||
}
|
||||
.earingTotH{
|
||||
text-align: right;
|
||||
font-weight: bold;
|
||||
font-size:20px !important;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.earingTotG{
|
||||
text-align: left;
|
||||
padding-left: 15px;
|
||||
font-weight: bold;
|
||||
font-size: 20px !important;
|
||||
color: var(--green);
|
||||
|
||||
}
|
||||
|
||||
.earingTotR{
|
||||
text-align: left;
|
||||
padding-left: 15px;
|
||||
font-weight: bold;
|
||||
font-size: 20px !important;
|
||||
color: var(--red);
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue