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