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 f2ea97c..4773b55 100644 --- a/15-multi-step-form/src/main/resources/public/out.css +++ b/15-multi-step-form/src/main/resources/public/out.css @@ -829,6 +829,21 @@ video { background-color: rgb(255 255 255 / var(--tw-bg-opacity)); } +.\!bg-red-500 { + --tw-bg-opacity: 1 !important; + background-color: rgb(239 68 68 / var(--tw-bg-opacity)) !important; +} + +.\!bg-white { + --tw-bg-opacity: 1 !important; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important; +} + +.\!bg-light-blue { + --tw-bg-opacity: 1 !important; + background-color: hsl(206 94% 87% / var(--tw-bg-opacity)) !important; +} + .bg-sidebar-mobile { background-image: url("images/bg-sidebar-mobile.svg"); } @@ -939,6 +954,11 @@ video { color: rgb(255 255 255 / var(--tw-text-opacity)); } +.\!text-marine-blue { + --tw-text-opacity: 1 !important; + color: hsl(213 96% 18% / var(--tw-text-opacity)) !important; +} + .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/step1.html b/15-multi-step-form/src/main/resources/templates/step1.html index fb2515d..0464417 100644 --- a/15-multi-step-form/src/main/resources/templates/step1.html +++ b/15-multi-step-form/src/main/resources/templates/step1.html @@ -38,7 +38,7 @@
    -
  1. +
  2. 1
  3. -
  4. +
  5. 2
  6. -
  7. +
  8. 3
  9. -
  10. +
  11. 4
@@ -98,11 +120,15 @@ 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" > -

Personal info

+

+ Personal info +

Please provide your name, email address, and phone number.

- + + />