handling h2
This commit is contained in:
parent
9a9f8364d0
commit
596ed0c4f2
|
|
@ -3,7 +3,6 @@
|
||||||
|
|
||||||
&__titling {
|
&__titling {
|
||||||
@apply sm:flex items-center md:mb-8;
|
@apply sm:flex items-center md:mb-8;
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
@apply mb-2 sm:mb-0;
|
@apply mb-2 sm:mb-0;
|
||||||
}
|
}
|
||||||
|
|
@ -25,10 +24,17 @@
|
||||||
&__block-title {
|
&__block-title {
|
||||||
@apply !pb-0 !leading-tight pt-4 md:pt-0;
|
@apply !pb-0 !leading-tight pt-4 md:pt-0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__content {
|
&__content {
|
||||||
@apply !pt-3 xl:!pt-0 flex flex-col-reverse xl:flex-row items-start gap-x-8 gap-y-2;
|
@apply !pt-3 xl:!pt-0 flex flex-col-reverse xl:flex-row items-start gap-x-8 gap-y-2;
|
||||||
|
h2 {
|
||||||
|
@apply !text-2xl;
|
||||||
|
}
|
||||||
.homegrade-blocks-highlight__content__innerblocks {
|
.homegrade-blocks-highlight__content__innerblocks {
|
||||||
@apply w-full;
|
@apply w-full;
|
||||||
|
> *:first-child {
|
||||||
|
@apply !mt-0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&__logo {
|
&__logo {
|
||||||
|
|
@ -61,6 +67,9 @@
|
||||||
.icon {
|
.icon {
|
||||||
@apply bg-secondary;
|
@apply bg-secondary;
|
||||||
}
|
}
|
||||||
|
.homegrade-blocks-custom-heading.has-icon::before {
|
||||||
|
@apply !bg-secondary;
|
||||||
|
}
|
||||||
.wp-block-button__link {
|
.wp-block-button__link {
|
||||||
@apply cta cta--secondary;
|
@apply cta cta--secondary;
|
||||||
}
|
}
|
||||||
|
|
@ -95,6 +104,9 @@
|
||||||
wp-block-button__link ul li:before {
|
wp-block-button__link ul li:before {
|
||||||
@apply bg-secondary;
|
@apply bg-secondary;
|
||||||
}
|
}
|
||||||
|
.homegrade-blocks-custom-heading.has-icon::before {
|
||||||
|
@apply !bg-secondary;
|
||||||
|
}
|
||||||
.homegrade-blocks-highlight__block-title,
|
.homegrade-blocks-highlight__block-title,
|
||||||
*::marker,
|
*::marker,
|
||||||
h2,
|
h2,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user