fixed itg
parent
a22d3c64de
commit
27fc8ebb72
@ -1,280 +1,286 @@
|
||||
.disabledButton {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.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: 10px;
|
||||
}
|
||||
.star-fav-left{
|
||||
float: left;
|
||||
margin: 10px 5px;
|
||||
}
|
||||
.uk-margin{margin: 15px 15px 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;
|
||||
}
|
||||
.top-radio-row{
|
||||
font-size: 12px;
|
||||
}
|
||||
.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: 10px;
|
||||
}
|
||||
.star-fav-left {
|
||||
float: left;
|
||||
margin: 10px 5px;
|
||||
}
|
||||
.uk-margin {
|
||||
margin: 15px 15px 0px 15px;
|
||||
font-weight: bold;
|
||||
clear: both;
|
||||
position: relative;
|
||||
top: 10px;
|
||||
}
|
||||
.uk-padding {
|
||||
padding: 20px;
|
||||
}
|
||||
.uk-padding .employee-details {
|
||||
bottom: 10px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
button.item-button.button.button-md.button-clear.button-clear-md {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.footer-button {
|
||||
background: #dbdbdb;
|
||||
border-radius: 10px;
|
||||
color: black;
|
||||
--background: transparent;
|
||||
font-weight: bold;
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
// ion-item {
|
||||
// margin-top: 5%;
|
||||
// margin-right: 7%;
|
||||
// width: 100%;
|
||||
// }
|
||||
.ionItem{
|
||||
border: #e4e4e4 solid;
|
||||
/* margin: 6px; */
|
||||
/* padding: 11px; */
|
||||
height: 85px;
|
||||
width: 164px;
|
||||
border-radius: 5px;
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.profileImageDiv{
|
||||
|
||||
z-index: 3;
|
||||
position: relative;
|
||||
top: 0;
|
||||
|
||||
}
|
||||
.profileImage{
|
||||
width:60px !important;
|
||||
|
||||
}
|
||||
|
||||
.activated{
|
||||
border: #209a83 0.02cm solid ;
|
||||
}
|
||||
.deactivated{ border: #e4e4e4 0.02cm solid;
|
||||
}
|
||||
.repContentDiv{
|
||||
text-align: center;
|
||||
width: 85%;
|
||||
font-size: 14px;
|
||||
border: #e4e4e4 solid;
|
||||
border-radius: 5px;
|
||||
padding: 20px 8px 8px 8px;
|
||||
margin-top: -9px;
|
||||
margin-right: -35px
|
||||
|
||||
}
|
||||
.selIEmpDiv{
|
||||
text-align: right;
|
||||
margin-bottom: -26px;
|
||||
margin-right: 0px;
|
||||
z-index: 3;
|
||||
position: relative;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.selIEmpImage{
|
||||
width:22px !important
|
||||
|
||||
}
|
||||
|
||||
.noteInput{
|
||||
border: solid var(--gray) 1px;
|
||||
border-radius: 15px;
|
||||
margin: 8px 17px 0px 17px;
|
||||
padding: 10px 2px 10px 2px;
|
||||
}
|
||||
.filterInput{
|
||||
border: solid var(--gray) 1px;
|
||||
border-radius: 21px;
|
||||
padding-left: 10px !important;
|
||||
}
|
||||
|
||||
.filterInput-ar{
|
||||
// border: solid var(--gray) 1px;
|
||||
// border-radius: 21px;
|
||||
// padding-left: 10px !important;
|
||||
border: solid var(--gray) 1px;
|
||||
border-radius: 21px;
|
||||
// width:250px
|
||||
// padding-left: 145px !important;
|
||||
//margin-left: 123px;
|
||||
// padding-right: 129px;
|
||||
//margin-right: -136px;
|
||||
|
||||
}
|
||||
.filterBtn{
|
||||
background: var(--newgreen);
|
||||
--background: var (--newgreen);
|
||||
border-radius: 50%;
|
||||
height: 60px;
|
||||
width: 60px;
|
||||
}
|
||||
.filterBtn-ar{
|
||||
// background: var(--newgreen);
|
||||
// --background: var (--newgreen);
|
||||
// border-radius: 50%;
|
||||
// height: 60px;
|
||||
// width: 60px;
|
||||
background: var(--newgreen);
|
||||
--background: var (--newgreen);
|
||||
border-radius: 50%;
|
||||
height: 60px;
|
||||
width: 60px;
|
||||
margin-left: -183px;
|
||||
margin-right: 260px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
*{
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.square-container{
|
||||
// padding: 8px;
|
||||
width:100%;
|
||||
}
|
||||
.square{
|
||||
// width:calc(100% / 2);
|
||||
width:100%;
|
||||
float:left;
|
||||
position: relative;
|
||||
// padding-bottom: calc(100% / 2);
|
||||
}
|
||||
|
||||
.square .content{
|
||||
width: calc(100% - 16px) !important;
|
||||
height: calc(100% - 16px) !important;
|
||||
margin: 8px;
|
||||
padding: 16px;
|
||||
// position: absolute;
|
||||
color: white;
|
||||
border-radius: 9px;
|
||||
text-align: center;
|
||||
min-height: 92px;
|
||||
// background-color: #0095ff;
|
||||
// box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
|
||||
}
|
||||
|
||||
.disabledButton{
|
||||
opacity:.5;
|
||||
|
||||
}
|
||||
|
||||
.radio-label{
|
||||
font-size: 9px;
|
||||
margin: 4px;
|
||||
position: relative;
|
||||
bottom: 4px;
|
||||
}
|
||||
ion-radio{
|
||||
--color-checked: #269db8;
|
||||
}
|
||||
.center{text-align: center;padding: 5px;}
|
||||
.boldTxtNav{
|
||||
font-weight: bold;
|
||||
padding: 5px;
|
||||
}
|
||||
.employee-details{
|
||||
display:inline-block;
|
||||
margin: 10px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
width: 70%;
|
||||
}
|
||||
.empImgeRep{
|
||||
display: inline-block;
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
}
|
||||
.star-fav{
|
||||
float: right;
|
||||
margin: 15px 0px 0px 0px;
|
||||
}
|
||||
.uk-margin{margin: 15px 15px 0px 15px;
|
||||
font-weight: bold;
|
||||
clear: both;
|
||||
position: relative;
|
||||
top: 10px;}
|
||||
.uk-padding{ padding: 20px;}
|
||||
.uk-padding .employee-details{
|
||||
bottom: 10px;
|
||||
position: relative;}
|
||||
|
||||
// .star-fav-left{
|
||||
// float: left;
|
||||
// margin: 10px 5px;
|
||||
// }
|
||||
.top-radio-row{
|
||||
font-size: 12px;
|
||||
display: block;
|
||||
padding-bottom: 25px;
|
||||
padding-top: 15px;
|
||||
}
|
||||
.textSearchType{
|
||||
padding-top: 8px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
|
||||
.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;
|
||||
}
|
||||
.top-radio-row {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
button.item-button.button.button-md.button-clear.button-clear-md {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.footer-button {
|
||||
background: #dbdbdb;
|
||||
border-radius: 10px;
|
||||
color: black;
|
||||
--background: transparent;
|
||||
font-weight: bold;
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
// ion-item {
|
||||
// margin-top: 5%;
|
||||
// margin-right: 7%;
|
||||
// width: 100%;
|
||||
// }
|
||||
.ionItem {
|
||||
border: #e4e4e4 solid;
|
||||
/* margin: 6px; */
|
||||
/* padding: 11px; */
|
||||
height: 85px;
|
||||
width: 164px;
|
||||
border-radius: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.profileImageDiv {
|
||||
z-index: 3;
|
||||
position: relative;
|
||||
top: 0;
|
||||
}
|
||||
.profileImage {
|
||||
width: 60px !important;
|
||||
}
|
||||
|
||||
.activated {
|
||||
border: #209a83 0.02cm solid;
|
||||
}
|
||||
.deactivated {
|
||||
border: #e4e4e4 0.02cm solid;
|
||||
}
|
||||
.repContentDiv {
|
||||
text-align: center;
|
||||
width: 85%;
|
||||
font-size: 14px;
|
||||
border: #e4e4e4 solid;
|
||||
border-radius: 5px;
|
||||
padding: 20px 8px 8px 8px;
|
||||
margin-top: -9px;
|
||||
margin-right: -35px;
|
||||
}
|
||||
.selIEmpDiv {
|
||||
text-align: right;
|
||||
margin-bottom: -26px;
|
||||
margin-right: 0px;
|
||||
z-index: 3;
|
||||
position: relative;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.selIEmpImage {
|
||||
width: 22px !important;
|
||||
}
|
||||
|
||||
.noteInput {
|
||||
border: solid var(--gray) 1px;
|
||||
border-radius: 15px;
|
||||
margin: 8px 17px 0px 17px;
|
||||
padding: 10px 2px 10px 2px;
|
||||
}
|
||||
.filterInput {
|
||||
border: solid var(--gray) 1px;
|
||||
border-radius: 21px;
|
||||
padding-left: 10px !important;
|
||||
}
|
||||
|
||||
.filterInput-ar {
|
||||
// border: solid var(--gray) 1px;
|
||||
// border-radius: 21px;
|
||||
// padding-left: 10px !important;
|
||||
border: solid var(--gray) 1px;
|
||||
border-radius: 21px;
|
||||
// width:250px
|
||||
// padding-left: 145px !important;
|
||||
//margin-left: 123px;
|
||||
// padding-right: 129px;
|
||||
//margin-right: -136px;
|
||||
}
|
||||
.filterBtn {
|
||||
background: var(--newgreen);
|
||||
--background: var (--newgreen);
|
||||
border-radius: 50%;
|
||||
height: 60px;
|
||||
width: 60px;
|
||||
}
|
||||
.filterBtn-ar {
|
||||
// background: var(--newgreen);
|
||||
// --background: var (--newgreen);
|
||||
// border-radius: 50%;
|
||||
// height: 60px;
|
||||
// width: 60px;
|
||||
background: var(--newgreen);
|
||||
--background: var (--newgreen);
|
||||
border-radius: 50%;
|
||||
height: 60px;
|
||||
width: 60px;
|
||||
margin-left: -183px;
|
||||
margin-right: 260px;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.square-container {
|
||||
// padding: 8px;
|
||||
width: 100%;
|
||||
}
|
||||
.square {
|
||||
// width:calc(100% / 2);
|
||||
width: 100%;
|
||||
float: left;
|
||||
position: relative;
|
||||
// padding-bottom: calc(100% / 2);
|
||||
}
|
||||
|
||||
.square .content {
|
||||
width: calc(100% - 16px) !important;
|
||||
height: calc(100% - 16px) !important;
|
||||
margin: 8px;
|
||||
padding: 16px;
|
||||
// position: absolute;
|
||||
color: white;
|
||||
border-radius: 9px;
|
||||
text-align: center;
|
||||
min-height: 92px;
|
||||
// background-color: #0095ff;
|
||||
// box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
|
||||
}
|
||||
|
||||
.disabledButton {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.radio-label {
|
||||
font-size: 9px;
|
||||
margin: 4px;
|
||||
position: relative;
|
||||
bottom: 4px;
|
||||
}
|
||||
ion-radio {
|
||||
--color-checked: #269db8;
|
||||
}
|
||||
.center {
|
||||
text-align: center;
|
||||
padding: 5px;
|
||||
}
|
||||
.boldTxtNav {
|
||||
font-weight: bold;
|
||||
padding: 5px;
|
||||
}
|
||||
.employee-details {
|
||||
display: inline-block;
|
||||
margin: 10px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
width: 70%;
|
||||
}
|
||||
.empImgeRep {
|
||||
display: inline-block;
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
}
|
||||
.star-fav {
|
||||
float: right;
|
||||
margin: 15px 0px 0px 0px;
|
||||
}
|
||||
.uk-margin {
|
||||
margin: 15px 15px 0px 15px;
|
||||
font-weight: bold;
|
||||
clear: both;
|
||||
position: relative;
|
||||
top: 10px;
|
||||
}
|
||||
.uk-padding {
|
||||
padding: 20px;
|
||||
}
|
||||
.uk-padding .employee-details {
|
||||
bottom: 10px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
// .star-fav-left{
|
||||
// float: left;
|
||||
// margin: 10px 5px;
|
||||
// }
|
||||
.top-radio-row {
|
||||
font-size: 12px;
|
||||
display: block;
|
||||
padding-bottom: 25px;
|
||||
padding-top: 15px;
|
||||
}
|
||||
.textSearchType {
|
||||
padding-top: 8px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.isFavLetterActive {
|
||||
background: #269db8;
|
||||
width: 55px;
|
||||
border-radius: 60px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue