diff --git a/15-multi-step-form/src/main/resources/public/out.css b/15-multi-step-form/src/main/resources/public/out.css index f8c7f32..656d48b 100644 --- a/15-multi-step-form/src/main/resources/public/out.css +++ b/15-multi-step-form/src/main/resources/public/out.css @@ -1030,6 +1030,16 @@ video { padding-right: 0.75rem; } +.py-32 { + padding-top: 8rem; + padding-bottom: 8rem; +} + +.px-8 { + padding-left: 2rem; + padding-right: 2rem; +} + .pl-6 { padding-left: 1.5rem; } @@ -1466,6 +1476,14 @@ html { margin-top: 1.25rem; } + .md\:mt-4 { + margin-top: 1rem; + } + + .md\:mt-2 { + margin-top: 0.5rem; + } + .md\:flex { display: flex; } @@ -1534,6 +1552,10 @@ html { width: 100%; } + .md\:w-20 { + width: 5rem; + } + .md\:grow { flex-grow: 1; } @@ -1574,6 +1596,10 @@ html { align-items: flex-end; } + .md\:justify-center { + justify-content: center; + } + .md\:justify-between { justify-content: space-between; } diff --git a/15-multi-step-form/src/main/resources/templates/step5.html b/15-multi-step-form/src/main/resources/templates/step5.html index 2120cc7..d287064 100644 --- a/15-multi-step-form/src/main/resources/templates/step5.html +++ b/15-multi-step-form/src/main/resources/templates/step5.html @@ -97,12 +97,12 @@
- -

Thank you!

+ +

Thank you!

Thanks for confirming your subscription! We hope you have fun using our platform. If you ever need support, please feel free diff --git a/15-multi-step-form/src/main/scala/multistepform/Models.scala b/15-multi-step-form/src/main/scala/multistepform/Models.scala index 1c46a02..3f6b08d 100644 --- a/15-multi-step-form/src/main/scala/multistepform/Models.scala +++ b/15-multi-step-form/src/main/scala/multistepform/Models.scala @@ -49,7 +49,7 @@ object Models { final case class Answers( sessionId: String = "", - currentStep: Int = 4, + currentStep: Int = 5, step1: StepAnswers.Step1 = StepAnswers.Step1(), step2: StepAnswers.Step2 = StepAnswers.Step2(), step3: StepAnswers.Step3 = StepAnswers.Step3(