FEATURE Intrroducing page stylement
This commit is contained in:
parent
6944e9a06f
commit
8afbb5702a
30
resources/css/pages/page-formulaire-de-depot.css
Normal file
30
resources/css/pages/page-formulaire-de-depot.css
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user