Update survey styling for 'completed' page
This commit is contained in:
parent
46474db70d
commit
c577cc6c1a
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -97,6 +97,10 @@
|
||||||
@include small-text;
|
@include small-text;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__completed-text {
|
||||||
|
@include regular-text;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.question {
|
.question {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue