diff --git a/client/src/styles/_survey.scss b/client/src/styles/_survey.scss index 962d5d13..e4fa2c92 100644 --- a/client/src/styles/_survey.scss +++ b/client/src/styles/_survey.scss @@ -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; } }