REFACTOR Adapting style with new gravity forms id

This commit is contained in:
Antoine M 2026-05-20 16:15:05 +02:00
parent 928e7af7d8
commit a5421f3e2e
2 changed files with 23 additions and 2 deletions

View File

@ -1,8 +1,8 @@
.page-id-1181 {
.wp-block-carhop-blocks-heading:has(+ #gform_wrapper_4) {
.wp-block-carhop-blocks-heading:has(+ #gform_wrapper_5) {
@apply !pb-0;
}
.wp-block-carhop-blocks-heading + #gform_wrapper_4 {
.wp-block-carhop-blocks-heading + #gform_wrapper_5 {
@apply !mt-2;
}
&:has(.gf_step_first.gf_step_active) {

View File

@ -0,0 +1,21 @@
.page-id-2899 {
.wp-block-carhop-blocks-heading:has(+ #gform_wrapper_7) {
@apply !pb-0;
}
.wp-block-carhop-blocks-heading + #gform_wrapper_7 {
@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;
}
}