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.
50 lines
862 B
SCSS
50 lines
862 B
SCSS
|
|
.survey-content{
|
|
--background:#f5f5f5;
|
|
|
|
}
|
|
.title-text{ font-size: 28px; font-weight: bold;text-align: center; margin-top:20%}
|
|
.survey-content{
|
|
margin-top:50px;
|
|
}
|
|
.subheading{
|
|
margin:30px 30px 0px 30px;
|
|
font-size: 20px;
|
|
font-weight: bold;}
|
|
|
|
.bottom-line{
|
|
height: 150px;
|
|
}
|
|
.doctor-card{
|
|
background: #fff;
|
|
margin: 10px 20px 10px 20px;
|
|
border-radius: 10px;
|
|
}
|
|
.comments{
|
|
margin-left: 20px;
|
|
margin-bottom: 0;
|
|
font-weight: bold;
|
|
}
|
|
.faces-row{
|
|
margin-left: 20px;
|
|
margin-right:20px;
|
|
}
|
|
.faces-row ion-col{
|
|
background: #fff;
|
|
text-align: center;
|
|
border-radius: 7px;
|
|
margin: 5px;
|
|
}
|
|
ion-footer .footer-button{
|
|
--background: #259CB8;
|
|
width: 80%;
|
|
}
|
|
.skip-btn{
|
|
position: absolute;
|
|
background: black;
|
|
color: #fff;
|
|
margin: 10px;
|
|
right: 10px;
|
|
padding: 5px;
|
|
border-radius: 5px;
|
|
} |