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 53795a2..f2ea97c 100644 --- a/15-multi-step-form/src/main/resources/public/out.css +++ b/15-multi-step-form/src/main/resources/public/out.css @@ -665,10 +665,6 @@ video { height: 100vh; } -.h-40 { - height: 10rem; -} - .w-11\/12 { width: 91.666667%; } @@ -723,10 +719,18 @@ video { grid-template-columns: 1fr 100px; } +.grid-cols-\[auto_1fr\] { + grid-template-columns: auto 1fr; +} + .grid-cols-\[repeat\(4\2c _auto\)\] { grid-template-columns: repeat(4, auto); } +.grid-cols-\[1fr_auto\] { + grid-template-columns: 1fr auto; +} + .flex-row { flex-direction: row; } @@ -805,11 +809,6 @@ video { background-color: rgb(187 247 208 / var(--tw-bg-opacity)); } -.bg-light-gray { - --tw-bg-opacity: 1; - background-color: hsl(229 24% 87% / var(--tw-bg-opacity)); -} - .bg-magnolia { --tw-bg-opacity: 1; background-color: hsl(217 100% 97% / var(--tw-bg-opacity)); @@ -920,6 +919,11 @@ video { color: hsl(231 11% 63% / var(--tw-text-opacity)); } +.text-green-500 { + --tw-text-opacity: 1; + color: rgb(34 197 94 / var(--tw-text-opacity)); +} + .text-light-gray { --tw-text-opacity: 1; color: hsl(229 24% 87% / var(--tw-text-opacity)); @@ -935,11 +939,6 @@ video { color: rgb(255 255 255 / var(--tw-text-opacity)); } -.text-green-500 { - --tw-text-opacity: 1; - color: rgb(34 197 94 / var(--tw-text-opacity)); -} - .drop-shadow-xl { --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08)); filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); diff --git a/15-multi-step-form/src/main/resources/templates/step2.html b/15-multi-step-form/src/main/resources/templates/step2.html index 5b4ef1c..5535e19 100644 --- a/15-multi-step-form/src/main/resources/templates/step2.html +++ b/15-multi-step-form/src/main/resources/templates/step2.html @@ -125,7 +125,7 @@
- Arcade +

Arcade

@@ -141,7 +141,7 @@
- Advanced +

Advanced

@@ -157,7 +157,7 @@
- Pro +

Pro

@@ -174,8 +174,8 @@ id="packageDuration" th:checked="${formData.userAnswers.step2.isYearly}" /> - Monthly - Yearly +

Monthly

+

Yearly

diff --git a/15-multi-step-form/src/main/resources/templates/step4.html b/15-multi-step-form/src/main/resources/templates/step4.html index 2c4c984..d658fcc 100644 --- a/15-multi-step-form/src/main/resources/templates/step4.html +++ b/15-multi-step-form/src/main/resources/templates/step4.html @@ -103,28 +103,54 @@ class="flex flex-col py-8 px-6 -mt-20 w-11/12 bg-white rounded-xl md:px-24 md:mt-0 md:w-full drop-shadow-xl md:drop-shadow-none" > -

Finishing up

-

Double-check everything looks OK before confirming.

+

+ Finishing up +

+

+ Double-check everything looks OK before confirming. +

-
- Arcade (Monthly) Change $90/y +
+

Arcade (Monthly)

+

+ $90/y +

+

Change

-
-
- Online service +$10/yr -
-
- Larger storage +$20/yr +
+
+

Online service

+

+ +$10/yr +

+
Larger storage +$20/yr
-

Total (per year) $120

+
+

+ Total (per + year) +

+

$120

+
@@ -146,7 +172,7 @@ type="submit" class="grid place-content-center mr-3 w-24 h-10 text-sm font-semibold text-white rounded md:mr-24 md:w-32 md:h-12 md:text-base md:rounded-lg bg-purplish-blue" value="Confirm" - > + />