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.
|
|
|
|
ion-title{
|
|
|
|
|
color: white;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
text-align: center;
|
|
|
|
|
left: 4%;
|
|
|
|
|
right: 4%;
|
|
|
|
|
font-size: 0.42cm;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.contentBg{
|
|
|
|
|
padding: 0px 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.contentBg:before {
|
|
|
|
|
position: absolute;
|
|
|
|
|
content: "";
|
|
|
|
|
background: #269DB8;
|
|
|
|
|
height: 140px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
left: 0;
|
|
|
|
|
top: 0px;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
}
|
|
|
|
|
ion-content {
|
|
|
|
|
--ion-background-color: whitesmoke;
|
|
|
|
|
}
|
|
|
|
|
.request-heading {
|
|
|
|
|
span {
|
|
|
|
|
text-align: center;
|
|
|
|
|
display: block;
|
|
|
|
|
padding-top: 8px;
|
|
|
|
|
font-family: workSans-Regular;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.result-graph {
|
|
|
|
|
position: relative;
|
|
|
|
|
background: white;
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
padding-bottom: 20px;
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
}
|
|
|
|
|
.result-text-container {
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 50%;
|
|
|
|
|
top: 50%;
|
|
|
|
|
display: block;
|
|
|
|
|
text-align: center;
|
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
h2 {
|
|
|
|
|
font-size: 38px;
|
|
|
|
|
font-family: WorkSans-Bold;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
line-height: 36px;
|
|
|
|
|
}
|
|
|
|
|
span {
|
|
|
|
|
width: 125px;
|
|
|
|
|
display: block;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-family: workSans-Regular;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.today-graph {
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-height: 4cm;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.swiper-container {
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
width: 100% !important;
|
|
|
|
|
}
|
|
|
|
|
.filters-row {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
.search-input {
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
background: white;
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
ion-input {
|
|
|
|
|
border-bottom-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.search-dropdown{
|
|
|
|
|
background: #269DB8;
|
|
|
|
|
ion-select {
|
|
|
|
|
.select-text{
|
|
|
|
|
margin-left: -10px;
|
|
|
|
|
}
|
|
|
|
|
.select-icon{
|
|
|
|
|
.select-icon-inner{
|
|
|
|
|
opacity: 1;
|
|
|
|
|
color: white;
|
|
|
|
|
margin-top: -1px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.input-container{
|
|
|
|
|
background: white;
|
|
|
|
|
ion-input{
|
|
|
|
|
border-bottom-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.user-image-container{
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 80px;
|
|
|
|
|
height: 80px;
|
|
|
|
|
display: block;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
&:before{
|
|
|
|
|
position: absolute;
|
|
|
|
|
content: "";
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
border: 1px solid white;
|
|
|
|
|
top: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
background-color: red;
|
|
|
|
|
z-index: 9;
|
|
|
|
|
}
|
|
|
|
|
&.present:before{
|
|
|
|
|
background-color: green !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.user-image{
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
position: relative;
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
border-radius: 80px;
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
margin: 0px auto 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-container{
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
ion-col{
|
|
|
|
|
background: white;
|
|
|
|
|
border-radius: 12px;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
flex: none;
|
|
|
|
|
ion-icon{
|
|
|
|
|
margin-right: 3px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
margin-left: 3px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
span{
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|