|
|
|
@ -1,6 +1,7 @@
|
|
|
|
ion-content {
|
|
|
|
ion-content {
|
|
|
|
--ion-background-color: whitesmoke;
|
|
|
|
--ion-background-color: whitesmoke;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
ion-title {
|
|
|
|
ion-title {
|
|
|
|
color: white;
|
|
|
|
color: white;
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
@ -13,6 +14,7 @@ ion-title{
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
font-family: WorkSans-Regular;
|
|
|
|
font-family: WorkSans-Regular;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.contentBg {
|
|
|
|
.contentBg {
|
|
|
|
padding: 0px 20px;
|
|
|
|
padding: 0px 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -31,6 +33,7 @@ ion-title{
|
|
|
|
.user-info {
|
|
|
|
.user-info {
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
|
|
|
|
|
|
|
.user-image-container {
|
|
|
|
.user-image-container {
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
@ -40,6 +43,7 @@ ion-title{
|
|
|
|
margin: 0 auto;
|
|
|
|
margin: 0 auto;
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// position: relative;
|
|
|
|
// position: relative;
|
|
|
|
// width: 80px;
|
|
|
|
// width: 80px;
|
|
|
|
// height: 80px;
|
|
|
|
// height: 80px;
|
|
|
|
@ -72,7 +76,9 @@ ion-title{
|
|
|
|
/* border: 1px solid #ccc; */
|
|
|
|
/* border: 1px solid #ccc; */
|
|
|
|
margin-top: -125px;
|
|
|
|
margin-top: -125px;
|
|
|
|
|
|
|
|
|
|
|
|
}}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 768px) and (max-width:1024px) {
|
|
|
|
@media screen and (min-width: 768px) and (max-width:1024px) {
|
|
|
|
.user-image {
|
|
|
|
.user-image {
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
@ -81,7 +87,9 @@ ion-title{
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
border-radius: 80px;
|
|
|
|
border-radius: 80px;
|
|
|
|
margin-bottom: 371px;
|
|
|
|
margin-bottom: 371px;
|
|
|
|
}}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
h1 {
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
padding: 0;
|
|
|
|
@ -89,6 +97,7 @@ ion-title{
|
|
|
|
font-size: 18px;
|
|
|
|
font-size: 18px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
span {
|
|
|
|
span {
|
|
|
|
font-size: 12px;
|
|
|
|
font-size: 12px;
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
@ -97,12 +106,15 @@ ion-title{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
$actionBtnSize : 36px;
|
|
|
|
$actionBtnSize : 36px;
|
|
|
|
|
|
|
|
|
|
|
|
.user-actions {
|
|
|
|
.user-actions {
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
margin-left: 1px;
|
|
|
|
margin-left: 1px;
|
|
|
|
|
|
|
|
|
|
|
|
.action-button {
|
|
|
|
.action-button {
|
|
|
|
font-size: 11px;
|
|
|
|
font-size: 11px;
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
|
|
|
|
// white-space: nowrap;
|
|
|
|
// white-space: nowrap;
|
|
|
|
// color: #888;
|
|
|
|
// color: #888;
|
|
|
|
.action-button-icon {
|
|
|
|
.action-button-icon {
|
|
|
|
@ -116,10 +128,12 @@ ion-title{
|
|
|
|
margin-bottom: 3px;
|
|
|
|
margin-bottom: 3px;
|
|
|
|
font-family: var(--fontFamilyPoppins-SemiBold, inherit);
|
|
|
|
font-family: var(--fontFamilyPoppins-SemiBold, inherit);
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
img {
|
|
|
|
margin: 0 auto;
|
|
|
|
margin: 0 auto;
|
|
|
|
vertical-align: middle;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.span {
|
|
|
|
.span {
|
|
|
|
font-size: 10px;
|
|
|
|
font-size: 10px;
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
@ -135,6 +149,7 @@ ion-title{
|
|
|
|
border-radius: 20px;
|
|
|
|
border-radius: 20px;
|
|
|
|
opacity: 1;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// .employee-information-indetail{
|
|
|
|
// .employee-information-indetail{
|
|
|
|
// background: white;
|
|
|
|
// background: white;
|
|
|
|
// margin-top: 15px;
|
|
|
|
// margin-top: 15px;
|
|
|
|
@ -181,10 +196,12 @@ ion-title{
|
|
|
|
// margin-right: 22px;
|
|
|
|
// margin-right: 22px;
|
|
|
|
// margin-left: 22px;
|
|
|
|
// margin-left: 22px;
|
|
|
|
margin-left: 30px;
|
|
|
|
margin-left: 30px;
|
|
|
|
|
|
|
|
margin-right: 30px;
|
|
|
|
background-color: #024d71;
|
|
|
|
background-color: #024d71;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 768px) and (max-width:1024px) {
|
|
|
|
@media screen and (min-width: 768px) and (max-width:1024px) {
|
|
|
|
.active-Segment {
|
|
|
|
.active-Segment {
|
|
|
|
|
|
|
|
|
|
|
|
@ -204,7 +221,8 @@ ion-title{
|
|
|
|
// margin-left: 14px;
|
|
|
|
// margin-left: 14px;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
|
|
|
|
}}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 1px) and (max-width:767px) {
|
|
|
|
@media screen and (min-width: 1px) and (max-width:767px) {
|
|
|
|
.normal-Segment {
|
|
|
|
.normal-Segment {
|
|
|
|
@ -220,9 +238,10 @@ ion-title{
|
|
|
|
margin-left: 30px;
|
|
|
|
margin-left: 30px;
|
|
|
|
background: #414040 !important;
|
|
|
|
background: #414040 !important;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
margin-right: 30px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 768px) and (max-width:1024px) {
|
|
|
|
@media screen and (min-width: 768px) and (max-width:1024px) {
|
|
|
|
.normal-Segment {
|
|
|
|
.normal-Segment {
|
|
|
|
width: 11%;
|
|
|
|
width: 11%;
|
|
|
|
@ -238,7 +257,8 @@ ion-title{
|
|
|
|
// margin-left: 14px;
|
|
|
|
// margin-left: 14px;
|
|
|
|
background: #414040 !important;
|
|
|
|
background: #414040 !important;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
}}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -252,21 +272,27 @@ ion-title{
|
|
|
|
margin: auto;
|
|
|
|
margin: auto;
|
|
|
|
height: 18px;
|
|
|
|
height: 18px;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
}}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 768px) and (max-width:1024px) {
|
|
|
|
@media screen and (min-width: 768px) and (max-width:1024px) {
|
|
|
|
.imgSize{position: absolute;
|
|
|
|
.imgSize {
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 2px;
|
|
|
|
left: 2px;
|
|
|
|
margin: auto;
|
|
|
|
margin: auto;
|
|
|
|
height: 28px;
|
|
|
|
height: 28px;
|
|
|
|
display: flex;}}
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.colum-container {
|
|
|
|
.colum-container {
|
|
|
|
padding: 15px;
|
|
|
|
padding: 15px;
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.img {
|
|
|
|
.img {
|
|
|
|
width: 100px;
|
|
|
|
width: 100px;
|
|
|
|
height: 100px;
|
|
|
|
height: 100px;
|
|
|
|
@ -278,6 +304,7 @@ ion-title{
|
|
|
|
background: transparent;
|
|
|
|
background: transparent;
|
|
|
|
margin-left: -3px;
|
|
|
|
margin-left: -3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////// Team Members css //////////////////////@extend
|
|
|
|
///////////////////////// Team Members css //////////////////////@extend
|
|
|
|
|
|
|
|
|
|
|
|
.filters-row {
|
|
|
|
.filters-row {
|
|
|
|
@ -286,10 +313,12 @@ ion-title{
|
|
|
|
|
|
|
|
|
|
|
|
.search-dropdown {
|
|
|
|
.search-dropdown {
|
|
|
|
background: #024d71;
|
|
|
|
background: #024d71;
|
|
|
|
|
|
|
|
|
|
|
|
ion-select {
|
|
|
|
ion-select {
|
|
|
|
.select-text {
|
|
|
|
.select-text {
|
|
|
|
margin-left: -10px;
|
|
|
|
margin-left: -10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.select-icon {
|
|
|
|
.select-icon {
|
|
|
|
.select-icon-inner {
|
|
|
|
.select-icon-inner {
|
|
|
|
opacity: 1;
|
|
|
|
opacity: 1;
|
|
|
|
@ -302,6 +331,7 @@ ion-title{
|
|
|
|
|
|
|
|
|
|
|
|
.input-container {
|
|
|
|
.input-container {
|
|
|
|
background: white;
|
|
|
|
background: white;
|
|
|
|
|
|
|
|
|
|
|
|
ion-input {
|
|
|
|
ion-input {
|
|
|
|
border-bottom-color: transparent;
|
|
|
|
border-bottom-color: transparent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -309,17 +339,20 @@ ion-title{
|
|
|
|
|
|
|
|
|
|
|
|
.search-container {
|
|
|
|
.search-container {
|
|
|
|
margin-top: 15px;
|
|
|
|
margin-top: 15px;
|
|
|
|
|
|
|
|
|
|
|
|
ion-col {
|
|
|
|
ion-col {
|
|
|
|
background: white;
|
|
|
|
background: white;
|
|
|
|
border-radius: 12px;
|
|
|
|
border-radius: 12px;
|
|
|
|
padding-right: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
flex: none;
|
|
|
|
flex: none;
|
|
|
|
|
|
|
|
|
|
|
|
ion-icon {
|
|
|
|
ion-icon {
|
|
|
|
margin-right: 3px;
|
|
|
|
margin-right: 3px;
|
|
|
|
font-size: 14px;
|
|
|
|
font-size: 14px;
|
|
|
|
margin-left: 3px;
|
|
|
|
margin-left: 3px;
|
|
|
|
vertical-align: middle;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
span {
|
|
|
|
span {
|
|
|
|
font-size: 12px;
|
|
|
|
font-size: 12px;
|
|
|
|
vertical-align: middle;
|
|
|
|
vertical-align: middle;
|
|
|
|
@ -344,11 +377,13 @@ ion-title{
|
|
|
|
margin-top: -1px;
|
|
|
|
margin-top: -1px;
|
|
|
|
margin-left: 43px;
|
|
|
|
margin-left: 43px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.activeArrow {
|
|
|
|
.activeArrow {
|
|
|
|
height: 20px;
|
|
|
|
height: 20px;
|
|
|
|
width: 20px;
|
|
|
|
width: 20px;
|
|
|
|
color: #024d71;
|
|
|
|
color: #024d71;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.disabledArrow {
|
|
|
|
.disabledArrow {
|
|
|
|
height: 20px;
|
|
|
|
height: 20px;
|
|
|
|
width: 20px;
|
|
|
|
width: 20px;
|
|
|
|
@ -361,6 +396,7 @@ ion-title{
|
|
|
|
color: #024d71;
|
|
|
|
color: #024d71;
|
|
|
|
margin-right: 275px;
|
|
|
|
margin-right: 275px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.disabledArrow-ar {
|
|
|
|
.disabledArrow-ar {
|
|
|
|
height: 20px;
|
|
|
|
height: 20px;
|
|
|
|
width: 20px;
|
|
|
|
width: 20px;
|
|
|
|
@ -382,7 +418,8 @@ ion-title{
|
|
|
|
border-radius: 20px;
|
|
|
|
border-radius: 20px;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
padding-top: 12px;
|
|
|
|
padding-top: 12px;
|
|
|
|
}}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 768px) and (max-width:1024px) {
|
|
|
|
@media screen and (min-width: 768px) and (max-width:1024px) {
|
|
|
|
.result-graph {
|
|
|
|
.result-graph {
|
|
|
|
@ -397,7 +434,9 @@ ion-title{
|
|
|
|
border-radius: 20px;
|
|
|
|
border-radius: 20px;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
padding-top: 114px !important;
|
|
|
|
padding-top: 114px !important;
|
|
|
|
}}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.result-graph-attendence {
|
|
|
|
.result-graph-attendence {
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
background: white;
|
|
|
|
background: white;
|
|
|
|
@ -418,6 +457,7 @@ ion-title{
|
|
|
|
margin-bottom: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.request-heading-ar {
|
|
|
|
.request-heading-ar {
|
|
|
|
text-align: right;
|
|
|
|
text-align: right;
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
@ -435,12 +475,14 @@ ion-title{
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
h2 {
|
|
|
|
font-size: 38px;
|
|
|
|
font-size: 38px;
|
|
|
|
font-family: WorkSans-Bold;
|
|
|
|
font-family: WorkSans-Bold;
|
|
|
|
margin: 0 auto;
|
|
|
|
margin: 0 auto;
|
|
|
|
line-height: 36px;
|
|
|
|
line-height: 36px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
span {
|
|
|
|
span {
|
|
|
|
width: 125px;
|
|
|
|
width: 125px;
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
@ -449,6 +491,7 @@ ion-title{
|
|
|
|
font-family: workSans-Regular;
|
|
|
|
font-family: workSans-Regular;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 325px) {
|
|
|
|
@media screen and (min-width: 325px) {
|
|
|
|
.today-graph {
|
|
|
|
.today-graph {
|
|
|
|
// width: 100%;
|
|
|
|
// width: 100%;
|
|
|
|
@ -457,7 +500,9 @@ ion-title{
|
|
|
|
height: 132px;
|
|
|
|
height: 132px;
|
|
|
|
width: 264px;
|
|
|
|
width: 264px;
|
|
|
|
margin-left: 154px;
|
|
|
|
margin-left: 154px;
|
|
|
|
}}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 1px) and (max-width:320px) {
|
|
|
|
@media screen and (min-width: 1px) and (max-width:320px) {
|
|
|
|
.today-graph {
|
|
|
|
.today-graph {
|
|
|
|
// width: 100%;
|
|
|
|
// width: 100%;
|
|
|
|
@ -466,7 +511,8 @@ ion-title{
|
|
|
|
height: 132px;
|
|
|
|
height: 132px;
|
|
|
|
width: 264px;
|
|
|
|
width: 264px;
|
|
|
|
margin-left: 84px;
|
|
|
|
margin-left: 84px;
|
|
|
|
}}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.today-graph-ar {
|
|
|
|
.today-graph-ar {
|
|
|
|
max-height: 4cm;
|
|
|
|
max-height: 4cm;
|
|
|
|
@ -511,6 +557,7 @@ ion-title{
|
|
|
|
line-height: 11px !important;
|
|
|
|
line-height: 11px !important;
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
h2 {
|
|
|
|
font-size: 25px;
|
|
|
|
font-size: 25px;
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
@ -549,6 +596,7 @@ ion-title{
|
|
|
|
font-size: 10px;
|
|
|
|
font-size: 10px;
|
|
|
|
font-family: var(--fontFamilyPoppins-SemiBold, inherit);
|
|
|
|
font-family: var(--fontFamilyPoppins-SemiBold, inherit);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
span {
|
|
|
|
span {
|
|
|
|
font-size: 10px;
|
|
|
|
font-size: 10px;
|
|
|
|
font-family: var(--fontFamilyPoppins-SemiBold, inherit);
|
|
|
|
font-family: var(--fontFamilyPoppins-SemiBold, inherit);
|
|
|
|
@ -571,31 +619,39 @@ ion-title{
|
|
|
|
|
|
|
|
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 325px) {
|
|
|
|
@media screen and (min-width: 325px) {
|
|
|
|
.statsIcon {
|
|
|
|
.statsIcon {
|
|
|
|
background: white;
|
|
|
|
background: white;
|
|
|
|
margin-left: 12px;
|
|
|
|
margin-left: 12px;
|
|
|
|
margin-top: 6px;
|
|
|
|
margin-top: 6px;
|
|
|
|
}}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 1px) and (max-width:320px) {
|
|
|
|
@media screen and (min-width: 1px) and (max-width:320px) {
|
|
|
|
.statsIcon {
|
|
|
|
.statsIcon {
|
|
|
|
background: white;
|
|
|
|
background: white;
|
|
|
|
margin-left: -15px;
|
|
|
|
margin-left: -15px;
|
|
|
|
margin-top: 6px;
|
|
|
|
margin-top: 6px;
|
|
|
|
}}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 325px) {
|
|
|
|
@media screen and (min-width: 325px) {
|
|
|
|
.statsIcon-ar {
|
|
|
|
.statsIcon-ar {
|
|
|
|
background: white;
|
|
|
|
background: white;
|
|
|
|
// margin-left: 12px;
|
|
|
|
// margin-left: 12px;
|
|
|
|
margin-top: 6px;
|
|
|
|
margin-top: 6px;
|
|
|
|
}}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 1px) and (max-width:320px) {
|
|
|
|
@media screen and (min-width: 1px) and (max-width:320px) {
|
|
|
|
.statsIcon-ar {
|
|
|
|
.statsIcon-ar {
|
|
|
|
background: white;
|
|
|
|
background: white;
|
|
|
|
margin-right: -2px;
|
|
|
|
margin-right: -2px;
|
|
|
|
margin-top: 6px;
|
|
|
|
margin-top: 6px;
|
|
|
|
}}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.month-year-span {
|
|
|
|
.month-year-span {
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 16px;
|
|
|
|
// font-family: WorkSans-Bold;
|
|
|
|
// font-family: WorkSans-Bold;
|
|
|
|
@ -625,6 +681,7 @@ ion-title{
|
|
|
|
background-color: #292F42;
|
|
|
|
background-color: #292F42;
|
|
|
|
margin-top: 30px;
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.span-one {
|
|
|
|
.span-one {
|
|
|
|
// display: block;
|
|
|
|
// display: block;
|
|
|
|
// font-size: 12px;
|
|
|
|
// font-size: 12px;
|
|
|
|
@ -637,6 +694,7 @@ ion-title{
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.span-two {
|
|
|
|
.span-two {
|
|
|
|
// display: block;
|
|
|
|
// display: block;
|
|
|
|
// font-size: 22px;
|
|
|
|
// font-size: 22px;
|
|
|
|
@ -662,6 +720,7 @@ ion-title{
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.spa-two {
|
|
|
|
.spa-two {
|
|
|
|
// display: block;
|
|
|
|
// display: block;
|
|
|
|
// font-size: 22px;
|
|
|
|
// font-size: 22px;
|
|
|
|
@ -674,6 +733,7 @@ ion-title{
|
|
|
|
font-family: WorkSans-Bold;
|
|
|
|
font-family: WorkSans-Bold;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.graph-container {
|
|
|
|
.graph-container {
|
|
|
|
margin-left: -50px;
|
|
|
|
margin-left: -50px;
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
@ -685,6 +745,7 @@ ion-title{
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
margin-left: 50px;
|
|
|
|
margin-left: 50px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.label-container {
|
|
|
|
.label-container {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
// width: 20%;
|
|
|
|
// width: 20%;
|
|
|
|
@ -694,6 +755,7 @@ ion-title{
|
|
|
|
left: 20px;
|
|
|
|
left: 20px;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 325px) {
|
|
|
|
@media screen and (min-width: 325px) {
|
|
|
|
.attendance-summary .attendance-information {
|
|
|
|
.attendance-summary .attendance-information {
|
|
|
|
span {
|
|
|
|
span {
|
|
|
|
@ -701,6 +763,7 @@ ion-title{
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
line-height: 14px;
|
|
|
|
line-height: 14px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
h2 {
|
|
|
|
// text-align: right;
|
|
|
|
// text-align: right;
|
|
|
|
// font-family: WorkSans-Bold;
|
|
|
|
// font-family: WorkSans-Bold;
|
|
|
|
@ -708,7 +771,9 @@ ion-title{
|
|
|
|
font-size: 13px;
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 1px) and (max-width:320px) {
|
|
|
|
@media screen and (min-width: 1px) and (max-width:320px) {
|
|
|
|
.attendance-summary .attendance-information {
|
|
|
|
.attendance-summary .attendance-information {
|
|
|
|
span {
|
|
|
|
span {
|
|
|
|
@ -717,6 +782,7 @@ ion-title{
|
|
|
|
line-height: 7px;
|
|
|
|
line-height: 7px;
|
|
|
|
font-size: 7px;
|
|
|
|
font-size: 7px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
h2 {
|
|
|
|
// text-align: right;
|
|
|
|
// text-align: right;
|
|
|
|
// font-family: WorkSans-Bold;
|
|
|
|
// font-family: WorkSans-Bold;
|
|
|
|
@ -724,7 +790,8 @@ ion-title{
|
|
|
|
font-size: 13px;
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.calendar-container {
|
|
|
|
.calendar-container {
|
|
|
|
background: white;
|
|
|
|
background: white;
|
|
|
|
@ -733,6 +800,7 @@ ion-title{
|
|
|
|
border-radius: 20px;
|
|
|
|
border-radius: 20px;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
padding-bottom: 25px;
|
|
|
|
padding-bottom: 25px;
|
|
|
|
|
|
|
|
|
|
|
|
span {
|
|
|
|
span {
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
@ -741,11 +809,13 @@ ion-title{
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.calendar-container-ar {
|
|
|
|
.calendar-container-ar {
|
|
|
|
background: white;
|
|
|
|
background: white;
|
|
|
|
margin-bottom: 100px;
|
|
|
|
margin-bottom: 100px;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-top: 20px;
|
|
|
|
border-radius: 20px;
|
|
|
|
border-radius: 20px;
|
|
|
|
|
|
|
|
|
|
|
|
span {
|
|
|
|
span {
|
|
|
|
text-align: right;
|
|
|
|
text-align: right;
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
@ -784,14 +854,17 @@ ion-title{
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 16px;
|
|
|
|
font-family: var(--fontFamilyPoppins-SemiBold, inherit);
|
|
|
|
font-family: var(--fontFamilyPoppins-SemiBold, inherit);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.stats {
|
|
|
|
.stats {
|
|
|
|
color: #289DB8; font-size: 9px;
|
|
|
|
color: #289DB8;
|
|
|
|
|
|
|
|
font-size: 9px;
|
|
|
|
margin-right: 5px;
|
|
|
|
margin-right: 5px;
|
|
|
|
font-family: 'WorkSans-Bold';
|
|
|
|
font-family: 'WorkSans-Bold';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.stats-ar {
|
|
|
|
.stats-ar {
|
|
|
|
color: #289DB8; font-size: 9px;
|
|
|
|
color: #289DB8;
|
|
|
|
|
|
|
|
font-size: 9px;
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-left: 5px;
|
|
|
|
font-family: 'WorkSans-Bold';
|
|
|
|
font-family: 'WorkSans-Bold';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -844,12 +917,15 @@ ion-title{
|
|
|
|
pointer-events: none;
|
|
|
|
pointer-events: none;
|
|
|
|
opacity: .3;
|
|
|
|
opacity: .3;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.favIcon {
|
|
|
|
.favIcon {
|
|
|
|
height: 18px; margin-left: 23px;
|
|
|
|
height: 18px;
|
|
|
|
|
|
|
|
margin-left: 23px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.favIcon-ar {
|
|
|
|
.favIcon-ar {
|
|
|
|
height: 18px; margin-right: 23px;
|
|
|
|
height: 18px;
|
|
|
|
|
|
|
|
margin-right: 23px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.call {
|
|
|
|
.call {
|
|
|
|
@ -859,6 +935,7 @@ ion-title{
|
|
|
|
.call-ar {
|
|
|
|
.call-ar {
|
|
|
|
margin-left: 16px;
|
|
|
|
margin-left: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.name {
|
|
|
|
.name {
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
letter-spacing: -0.84px;
|
|
|
|
letter-spacing: -0.84px;
|
|
|
|
@ -868,6 +945,7 @@ ion-title{
|
|
|
|
line-height: 21px;
|
|
|
|
line-height: 21px;
|
|
|
|
font-size: 21px;
|
|
|
|
font-size: 21px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.email {
|
|
|
|
.email {
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
font-family: var(--fontFamilyPoppins-SemiBold, inherit);
|
|
|
|
font-family: var(--fontFamilyPoppins-SemiBold, inherit);
|
|
|
|
@ -878,6 +956,7 @@ ion-title{
|
|
|
|
opacity: 1;
|
|
|
|
opacity: 1;
|
|
|
|
padding-top: 3px;
|
|
|
|
padding-top: 3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.subTitle {
|
|
|
|
.subTitle {
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
letter-spacing: -0.52px;
|
|
|
|
letter-spacing: -0.52px;
|
|
|
|
@ -887,6 +966,7 @@ ion-title{
|
|
|
|
font-size: 13px;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 0px;
|
|
|
|
line-height: 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.profile {
|
|
|
|
.profile {
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
|
font-family: var(--fontFamilyPoppins-SemiBold, inherit);
|
|
|
|
font-family: var(--fontFamilyPoppins-SemiBold, inherit);
|
|
|
|
@ -898,6 +978,7 @@ ion-title{
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.label1 {
|
|
|
|
.label1 {
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
|
font-family: var(--fontFamilyPoppins-SemiBold, inherit);
|
|
|
|
font-family: var(--fontFamilyPoppins-SemiBold, inherit);
|
|
|
|
@ -928,45 +1009,55 @@ ion-title{
|
|
|
|
opacity: 1;
|
|
|
|
opacity: 1;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
|
|
|
|
padding: 5px;
|
|
|
|
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.label1-ar {
|
|
|
|
.label1-ar {
|
|
|
|
text-align: right;
|
|
|
|
text-align: right;
|
|
|
|
font-family: var(--fontFamilyPoppins-SemiBold, inherit);
|
|
|
|
font-family: var(--fontFamilyPoppins-SemiBold, inherit);
|
|
|
|
line-height: 0px;
|
|
|
|
line-height: 0px;
|
|
|
|
font-size: 13px;
|
|
|
|
font-size: 18px;
|
|
|
|
letter-spacing: -0.52px;
|
|
|
|
letter-spacing: -0.52px;
|
|
|
|
color: #A2A2A2;
|
|
|
|
color: #A2A2A2;
|
|
|
|
opacity: 1;
|
|
|
|
opacity: 1;
|
|
|
|
|
|
|
|
padding: 1px 5px 1px 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.label2-ar {
|
|
|
|
.label2-ar {
|
|
|
|
text-align: right;
|
|
|
|
text-align: right;
|
|
|
|
font-family: var(--fontFamilyPoppins-SemiBold, inherit);
|
|
|
|
font-family: var(--fontFamilyPoppins-SemiBold, inherit);
|
|
|
|
line-height: 5px;
|
|
|
|
line-height: 5px;
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 18px;
|
|
|
|
letter-spacing: -0.64px;
|
|
|
|
letter-spacing: -0.64px;
|
|
|
|
color: #2B353E;
|
|
|
|
color: #2B353E;
|
|
|
|
opacity: 1;
|
|
|
|
opacity: 1;
|
|
|
|
|
|
|
|
padding: 1px 5px 1px 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 768px) and (max-width:1024px) {
|
|
|
|
@media screen and (min-width: 768px) and (max-width:1024px) {
|
|
|
|
.div {
|
|
|
|
.div {
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
margin-left: 48px;
|
|
|
|
margin-left: 48px;
|
|
|
|
|
|
|
|
|
|
|
|
}}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 1px) and (max-width:767px) {
|
|
|
|
@media screen and (min-width: 1px) and (max-width:767px) {
|
|
|
|
.div {
|
|
|
|
.div {
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
margin-left: -1px;
|
|
|
|
margin-left: -1px;
|
|
|
|
}}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.MyTeamdiv {
|
|
|
|
.MyTeamdiv {
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
margin-bottom: -12px;
|
|
|
|
margin-bottom: -12px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.numberEmp {
|
|
|
|
.numberEmp {
|
|
|
|
color: white;
|
|
|
|
color: white;
|
|
|
|
font-size: 12px;
|
|
|
|
font-size: 12px;
|
|
|
|
@ -1019,10 +1110,12 @@ opacity: 1;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
font-family: var(--fontFamilyPoppins-SemiBold, inherit);
|
|
|
|
font-family: var(--fontFamilyPoppins-SemiBold, inherit);
|
|
|
|
line-height: 10px;
|
|
|
|
line-height: 10px;
|
|
|
|
font-size: 11px;
|
|
|
|
font-size: 16px;
|
|
|
|
color: #4D4D4D;
|
|
|
|
color: #4D4D4D;
|
|
|
|
margin-top: -13px;
|
|
|
|
margin-top: -13px;
|
|
|
|
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.btnDiv {
|
|
|
|
.btnDiv {
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
@ -1031,7 +1124,3 @@ opacity: 1;
|
|
|
|
margin-top: -12px;
|
|
|
|
margin-top: -12px;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|