FEATURE Introducing the asset styles
This commit is contained in:
parent
ca679a1264
commit
8df65da425
29
resources/css/blocks/content-box.css
Normal file
29
resources/css/blocks/content-box.css
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
.content-box {
|
||||
@apply py-16;
|
||||
background-color: var(--content-box-background-color);
|
||||
color: var(--content-box-text-color);
|
||||
|
||||
h1.wp-block-heading,
|
||||
h2.wp-block-heading,
|
||||
h3.wp-block-heading,
|
||||
h4.wp-block-heading,
|
||||
h5.wp-block-heading,
|
||||
h6.wp-block-heading {
|
||||
color: var(--content-box-text-color);
|
||||
}
|
||||
|
||||
p {
|
||||
@apply pb-8;
|
||||
}
|
||||
|
||||
&__innerblocks {
|
||||
@apply max-w-screen-2xl mx-auto px-8;
|
||||
}
|
||||
h3 {
|
||||
@apply title-small font-bold;
|
||||
}
|
||||
|
||||
.carhop-heading:not(:first-child) {
|
||||
@apply pt-32;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user