Compare commits
No commits in common. "056dfdce77b51142f5afac3633424ad4f4f24ee3" and "928e7af7d82529bbe886ecf3921fdfe3f92b478e" have entirely different histories.
056dfdce77
...
928e7af7d8
|
|
@ -79,7 +79,6 @@
|
|||
@import './pages/archive-actualites.css';
|
||||
@import './pages/single-actualites.css';
|
||||
@import './pages/page-formulaire-de-depot.css';
|
||||
@import './pages/page-formulaire-temoignage.css';
|
||||
@import './pages/archive-fonds-archives.css';
|
||||
@import './pages/home.css';
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.content-wrapper {
|
||||
@apply max-w-screen-2xl w-full px-6 md:px-8;
|
||||
@apply mx-auto grid gap-12 lg:py-12 py-6 items-start;
|
||||
@apply max-w-screen-2xl w-full px-8;
|
||||
@apply mx-auto grid gap-12 lg:py-12 py-6 items-start;
|
||||
|
||||
grid-template-columns: 1fr 2fr;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,15 +1,11 @@
|
|||
#post-toolbar {
|
||||
@apply max-w-screen-2xl mx-auto;
|
||||
|
||||
&:has(.toolbar-actions) {
|
||||
@apply mb-24 md:mb-0;
|
||||
}
|
||||
}
|
||||
.toolbar-actions {
|
||||
@apply flex items-center gap-3 ml-auto;
|
||||
|
||||
@media screen and (max-width: 1024px) {
|
||||
@apply absolute left-0 translate-y-full pt-2;
|
||||
@apply absolute left-0 translate-y-full;
|
||||
bottom: -20px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,10 +8,6 @@ article > *:not(.entry-content),
|
|||
@apply px-4;
|
||||
}
|
||||
|
||||
.content-wrapper .entry-content {
|
||||
@apply px-0;
|
||||
}
|
||||
|
||||
.entry-content,
|
||||
.block-editor-block-list__layout {
|
||||
h1 {
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
.page-id-1181 {
|
||||
.wp-block-carhop-blocks-heading:has(+ #gform_wrapper_5) {
|
||||
.wp-block-carhop-blocks-heading:has(+ #gform_wrapper_4) {
|
||||
@apply !pb-0;
|
||||
}
|
||||
.wp-block-carhop-blocks-heading + #gform_wrapper_5 {
|
||||
.wp-block-carhop-blocks-heading + #gform_wrapper_4 {
|
||||
@apply !mt-2;
|
||||
}
|
||||
&:has(.gf_step_first.gf_step_active) {
|
||||
|
|
|
|||
|
|
@ -1,21 +0,0 @@
|
|||
.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;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user