diff --git a/resources/css/forms/gravity-forms.css b/resources/css/forms/gravity-forms.css index 5285274..15f91c3 100644 --- a/resources/css/forms/gravity-forms.css +++ b/resources/css/forms/gravity-forms.css @@ -70,6 +70,8 @@ body.front-end { --gf-form-validation-padding-y: 16px; --gf-form-validation-shadow: none; + --gf-field-pg-steps-number-radius: 0; + h2.gform_submission_error { @apply justify-center; } @@ -295,3 +297,40 @@ body.front-end { .gform_confirmation_wrapper { @apply bg-white rounded-3xl px-8 py-4 text-primary; } + +.content-box--bg-dark { + h2:not(.wp-block-heading) { + color: white !important; + } + .gf_page_steps { + /* @apply !text-blue-300 ; */ + + .gf_step_label { + /* @apply !text-cyan-500; */ + --gf-color-out-ctrl-dark: white !important; + --gf-local-color: white !important; + } + .gform-field-label gform-field-label--type-sub { + @apply !text-green-400; + } + /* span { + @apply !text-green-400; + } */ + } +} + +.gf_step { + @apply !text-green-400; +} +.gf_step_number { + @apply !text-white !bg-transparent; + --gf-local-border: 2px solid red; + border: 1px solid white !important; + border-top: none !important; + border-left: none !important; + border-right: none !important; +} + +.gf_step_pending { + opacity: 0.5 !important; +}