FEATURE Refining overlap classes aspect
This commit is contained in:
parent
25865b08bf
commit
1fa2d8ec97
|
|
@ -8,6 +8,16 @@
|
||||||
@apply pb-64 !-mb-48;
|
@apply pb-64 !-mb-48;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.is-style-has-overlap:has(+ section > .prev-overlap-image),
|
||||||
|
&.is-style-has-overlap:has(+ div > .prev-overlap-image) {
|
||||||
|
@apply pb-80;
|
||||||
|
padding-bottom: 26rem !important;
|
||||||
|
margin-bottom: -24rem !important;
|
||||||
|
}
|
||||||
|
&.is-style-has-overlap + .prev-overlap-image {
|
||||||
|
margin-top: -20rem !important;
|
||||||
|
}
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
margin-top: 0 !important;
|
margin-top: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
@ -23,7 +33,7 @@
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
@apply max-w-2xl mx-auto mb-6;
|
@apply max-w-2xl mx-auto mb-6 !text-white;
|
||||||
}
|
}
|
||||||
.wp-block-carhop-blocks-cta {
|
.wp-block-carhop-blocks-cta {
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
|
|
@ -33,4 +43,8 @@
|
||||||
|
|
||||||
.front-header__innerblocks {
|
.front-header__innerblocks {
|
||||||
/* @apply bg-red-100; */
|
/* @apply bg-red-100; */
|
||||||
|
.wp-block-carhop-blocks-cta-group,
|
||||||
|
.wp-block-carhop-blocks-decorative-shapes {
|
||||||
|
@apply max-w-screen-lg mx-auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user