worklist changes
parent
7881d3db33
commit
821f1ea696
@ -0,0 +1,60 @@
|
|||||||
|
|
||||||
|
.disabledButton{
|
||||||
|
opacity:.5;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.radio-label{
|
||||||
|
margin: 4px;
|
||||||
|
position: relative;
|
||||||
|
bottom: 4px;
|
||||||
|
}
|
||||||
|
ion-radio{
|
||||||
|
--color-checked: #269db8;
|
||||||
|
}
|
||||||
|
.center{text-align: center;}
|
||||||
|
.boldTxtNav{
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.employee-details{
|
||||||
|
display:inline-block;
|
||||||
|
margin: 10px;
|
||||||
|
}
|
||||||
|
.empImgeRep{
|
||||||
|
display: inline-block;
|
||||||
|
height: 40px;
|
||||||
|
width: 40px;
|
||||||
|
}
|
||||||
|
.star-fav{
|
||||||
|
float: right;
|
||||||
|
margin: 15px;
|
||||||
|
}
|
||||||
|
.uk-margin{margin: 15px 0px 0px 15px;
|
||||||
|
font-weight: bold;
|
||||||
|
clear: both;
|
||||||
|
position: relative;
|
||||||
|
top: 10px;}
|
||||||
|
.uk-padding{ padding: 20px;}
|
||||||
|
.uk-padding .employee-details{
|
||||||
|
bottom: 10px;
|
||||||
|
position: relative;}
|
||||||
|
|
||||||
|
.filterInput{
|
||||||
|
border: solid var(--gray) 1px;
|
||||||
|
border-radius: 21px;
|
||||||
|
padding-left: 10px !important;
|
||||||
|
}
|
||||||
|
.filterInput-ar{
|
||||||
|
|
||||||
|
border: solid var(--gray) 1px;
|
||||||
|
border-radius: 21px;
|
||||||
|
--padding-start: 10px !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
.square-container{
|
||||||
|
width:100%;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
.square{
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue