FEATURE Refining style
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2026-02-13 15:48:40 +01:00
parent cc69a75209
commit 7bf1f60ac5

View File

@ -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;
}