supporting new container block style

This commit is contained in:
Antoine M 2023-10-19 17:27:30 +02:00
parent 6f142619f7
commit 3a4f5195ef
2 changed files with 53 additions and 0 deletions

View File

@ -0,0 +1,34 @@
.homegrade-content-blocks-grey-box {
@apply card-large-content-container;
@apply !pt-20 !pb-24;
> :first-child {
@apply !mt-0;
}
.section_titling {
@apply my-8 py-0;
}
.section_titling__title {
@apply !mt-0;
}
.section_titling__subtitle {
@apply !mb-0;
}
.card-large-content {
@apply mt-2 mb-16;
@apply flex-col items-start gap-0;
p {
@apply my-0;
}
p + * {
@apply pt-2;
}
.section_titling + .card-large-content {
}
}
}

View File

@ -0,0 +1,19 @@
.homegrade-content-blocks-white-box {
@apply card-large-content-container;
@apply !pt-20 !pb-24;
.card-large-content {
> :first-child {
@apply !mt-0;
}
}
.section_titling {
@apply my-8 py-0;
}
.section_titling__title {
@apply !mt-0;
}
.section_titling__subtitle {
@apply !mb-0;
}
}