51 lines
1.1 KiB
CSS
51 lines
1.1 KiB
CSS
.block-front-header {
|
|
@apply pt-16 pb-32 text-white;
|
|
background-image: url('../resources/img/shapes/background-shape-C_green.svg');
|
|
|
|
@apply bg-no-repeat bg-center;
|
|
|
|
&.is-style-has-overlap {
|
|
@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 {
|
|
margin-top: 0 !important;
|
|
}
|
|
background-size: 100% 100%;
|
|
a,
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
@apply text-white pb-3 max-w-screen-md mx-auto mb-6 uppercase;
|
|
line-height: 1.2;
|
|
}
|
|
p {
|
|
@apply max-w-2xl mx-auto mb-6 !text-white;
|
|
}
|
|
.wp-block-carhop-blocks-cta {
|
|
text-transform: none;
|
|
@apply font-bold;
|
|
}
|
|
}
|
|
|
|
.front-header__innerblocks {
|
|
/* @apply bg-red-100; */
|
|
.wp-block-carhop-blocks-cta-group,
|
|
.wp-block-carhop-blocks-decorative-shapes {
|
|
@apply max-w-screen-lg mx-auto;
|
|
}
|
|
}
|