Update panel styling in surveys
This commit is contained in:
parent
18b6079d26
commit
ee89522b99
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue