Update survey styling for 'completed' page

This commit is contained in:
Ramon Wenger 2019-07-31 10:59:30 +02:00
parent 46474db70d
commit c577cc6c1a
2 changed files with 5 additions and 0 deletions

View File

@ -128,6 +128,7 @@
grid-row-gap: $large-spacing; grid-row-gap: $large-spacing;
justify-self: center; justify-self: center;
padding: 100px 0; padding: 100px 0;
width: 100%;
&__title { &__title {
@include heading-2; @include heading-2;

View File

@ -97,6 +97,10 @@
@include small-text; @include small-text;
} }
} }
&__completed-text {
@include regular-text;
}
} }
.question { .question {