STYLE Refining styles
This commit is contained in:
parent
e38e314246
commit
0940a70086
|
|
@ -3,6 +3,11 @@
|
||||||
@apply py-32 xl:py-32 2xl:py-48 px-32;
|
@apply py-32 xl:py-32 2xl:py-48 px-32;
|
||||||
|
|
||||||
@apply max-w-screen-2xl mx-auto;
|
@apply max-w-screen-2xl mx-auto;
|
||||||
|
color: var(--content-box-text-color);
|
||||||
|
|
||||||
|
&:first-child {
|
||||||
|
@apply mt-0;
|
||||||
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
@apply title-small;
|
@apply title-small;
|
||||||
|
|
@ -14,14 +19,34 @@
|
||||||
@apply flex-row-reverse;
|
@apply flex-row-reverse;
|
||||||
}
|
}
|
||||||
&--has-background {
|
&--has-background {
|
||||||
@apply relative py-12 xl:py-24 !my-12;
|
@apply relative py-12 xl:py-24 !mb-12;
|
||||||
|
|
||||||
|
&:not(:first-child) {
|
||||||
|
@apply mt-0;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:first-child {
|
||||||
|
margin-top: -32px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__content {
|
&__content {
|
||||||
@apply max-w-3xl;
|
@apply max-w-3xl;
|
||||||
p {
|
p {
|
||||||
@apply text-neutral-600 max-w-xl mb-2;
|
@apply text-neutral-600 max-w-xl mb-2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&__content p,
|
||||||
|
.carhop-heading p,
|
||||||
|
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(--chapter-section-text-color);
|
||||||
|
}
|
||||||
|
|
||||||
&__innerblocks {
|
&__innerblocks {
|
||||||
/* @apply max-w-xl; */
|
/* @apply max-w-xl; */
|
||||||
p {
|
p {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user