You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
373 lines
6.4 KiB
SCSS
373 lines
6.4 KiB
SCSS
.colorBG{
|
|
--background: #f0efef;
|
|
}
|
|
.footerSearchBtn{
|
|
padding: 0px !important;
|
|
background: #f0efef !important;
|
|
}
|
|
|
|
|
|
.headerRow{
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
.itemReqList{
|
|
background: #f0efef;
|
|
margin-top: 20px;
|
|
width: 95%;
|
|
|
|
}
|
|
.gridItemReq{
|
|
//width:95%;
|
|
}
|
|
|
|
|
|
.itemReqContent{
|
|
// margin-top: 17px;
|
|
margin-bottom: 10px;
|
|
border-radius: 7px;
|
|
text-align: left;
|
|
}
|
|
.itemReqDiv{
|
|
padding-bottom: 10px;
|
|
padding-top: 10px;
|
|
}
|
|
.arrowIcon{
|
|
width: 18px !important;
|
|
|
|
margin-right: -21px !important;
|
|
margin-left: 10px !important;
|
|
}
|
|
.actionList{
|
|
// position: fixed;
|
|
// bottom: 0px;
|
|
bottom: -7px;
|
|
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: 16px;
|
|
text-align: left;
|
|
display: contents;
|
|
font-family: var(--ion-font-family,inherit);
|
|
font-size: inherit;
|
|
text-overflow: ellipsis;
|
|
white-space: normal;
|
|
overflow: hidden;
|
|
box-sizing: border-box;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
.colItemReqHeader{
|
|
text-align: justify;
|
|
color: var(--cyanblue);
|
|
font-weight: bold;
|
|
}
|
|
.labelTotal{
|
|
color: var(--danger);
|
|
font-weight: bold;
|
|
font-size: 17px;
|
|
|
|
|
|
}
|
|
.labelAction{
|
|
color:var(--customnavy) !important;
|
|
font-weight:bold;
|
|
}
|
|
.colItems{
|
|
padding-bottom: 10px
|
|
}
|
|
|
|
|
|
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
|
|
{
|
|
white-space: pre-wrap !important;
|
|
--color: initial;
|
|
display: contents;
|
|
color: var(--color);
|
|
font-family: var(--ion-font-family,inherit);
|
|
font-size: inherit;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.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 {
|
|
// top: 6px;
|
|
// }
|
|
|
|
|
|
.bar-stable {
|
|
background-color: var(--cusgray) !important;
|
|
}
|
|
.tabs{
|
|
background-color: var(--cusgray) !important;
|
|
}
|
|
.icon-size-lg {
|
|
font-size: 40px;
|
|
}
|
|
|
|
/*Timeline*/
|
|
|
|
.pos-absolute-right {
|
|
position: absolute;
|
|
right: 8px;
|
|
}
|
|
|
|
.timeline {
|
|
position: relative;
|
|
margin: 15px 0 0 0;
|
|
}
|
|
|
|
.timeline:before {
|
|
|
|
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 {
|
|
|
|
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-item {
|
|
width: 50px;
|
|
|
|
}
|
|
|
|
.timeline .timeline-stats {
|
|
position: relative;
|
|
font-size: 12px;
|
|
color: var(--darkgray);
|
|
|
|
}
|
|
|
|
|
|
.divider-title {
|
|
background: #e4e4e4;
|
|
padding: 5px 15px;
|
|
}
|
|
|
|
|
|
.color-red {
|
|
color: var(--danger) !important;
|
|
}
|
|
|
|
.bg-color-dot {
|
|
|
|
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%);
|
|
|
|
|
|
}
|
|
|
|
.bg-blue-dot {
|
|
|
|
border: var(--blue) solid 1px;
|
|
background: var(--gray);
|
|
|
|
}
|
|
.bg-orange-dot {
|
|
|
|
border: var(--orange) solid 1px;
|
|
background: var(--gray);
|
|
}
|
|
.bg-red-dot {
|
|
|
|
border: var(--red) solid 1px;
|
|
background: var(--gray);
|
|
|
|
}
|
|
.bg-green-dot {
|
|
|
|
border: var(--green) solid 1px;
|
|
background: var(--gray);
|
|
}
|
|
|
|
|
|
.bg-blue-txt {
|
|
|
|
color: var(--blue) !important;
|
|
font-weight:bold;
|
|
|
|
}
|
|
.bg-orange-txt {
|
|
font-weight:bold;
|
|
|
|
color: var(--orange) !important;
|
|
}
|
|
.bg-red-txt {
|
|
font-weight:bold;
|
|
|
|
color: var(--red) !important;
|
|
|
|
|
|
}
|
|
.bg-green-txt {
|
|
font-weight:bold;
|
|
|
|
color: var(--green) !important;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.notification-list{
|
|
ion-item{
|
|
// margin-top: 5px;
|
|
// margin-bottom: 5px;
|
|
|
|
background-color: transparent;
|
|
.item-date{
|
|
width: 55px;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
padding: 0;
|
|
margin: 0;
|
|
|
|
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;
|
|
// }
|
|
|
|
}
|
|
|
|
}
|
|
}
|
|
.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;
|
|
}
|
|
}
|
|
|
|
|
|
.approvalTitle{
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
text-align: left;
|
|
} |