Update survey styling for 'completed' page
This commit is contained in:
parent
46474db70d
commit
c577cc6c1a
|
|
@ -128,6 +128,7 @@
|
|||
grid-row-gap: $large-spacing;
|
||||
justify-self: center;
|
||||
padding: 100px 0;
|
||||
width: 100%;
|
||||
|
||||
&__title {
|
||||
@include heading-2;
|
||||
|
|
|
|||
|
|
@ -97,6 +97,10 @@
|
|||
@include small-text;
|
||||
}
|
||||
}
|
||||
|
||||
&__completed-text {
|
||||
@include regular-text;
|
||||
}
|
||||
}
|
||||
|
||||
.question {
|
||||
|
|
|
|||
Loading…
Reference in New Issue