supporting new container block style
This commit is contained in:
parent
6f142619f7
commit
3a4f5195ef
34
resources/css/blocks/grey-box.css
Normal file
34
resources/css/blocks/grey-box.css
Normal 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 {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
19
resources/css/blocks/white-box.css
Normal file
19
resources/css/blocks/white-box.css
Normal 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;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user