Update panel styling in surveys

This commit is contained in:
Ramon Wenger 2019-07-25 10:54:09 +02:00
parent 18b6079d26
commit ee89522b99
1 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,4 @@
.survey {
&__panel-title,
&__page-title {
@include main-title;
margin-bottom: $large-spacing*2;
@ -8,17 +7,20 @@
}
}
&__panel-title,
&__panel-description,
&__page-description {
@include regular-paragraph;
line-height: 1.5;
margin-bottom: $large-spacing;
> span > span { // weird survey.js html structure
@include heading-4;
}
}
&__question-title {
@include heading-4;
margin-bottom: $medium-spacing;
span {
> span > span { // weird survey.js html structure
@include heading-4;
}
}