FEATURE Intrroducing page stylement

This commit is contained in:
Antoine M 2026-04-08 16:40:35 +02:00
parent 6944e9a06f
commit 8afbb5702a

View File

@ -0,0 +1,30 @@
.page-id-1181 {
.wp-block-carhop-blocks-heading:has(+ #gform_wrapper_4) {
@apply !pb-0;
}
.wp-block-carhop-blocks-heading + #gform_wrapper_4 {
@apply !mt-2;
}
&:has(.gf_step_first.gf_step_active) {
.gf_page_steps {
@apply hidden;
}
}
.gform_page .wp-block-carhop-blocks-heading {
@apply pb-0;
}
.form-explanation {
@apply mt-12 max-w-2xl mx-auto !mb-0;
}
#field_4_34 {
label {
@apply !opacity-100 static;
}
textarea::placeholder {
@apply !opacity-50;
}
}
}