carhop__carhop-theme__DEV/resources/css/blocks/wp-block-heading.css
Antoine M 0cbbdd79a9
All checks were successful
continuous-integration/drone/push Build is passing
REFINING block chaining aspect
2026-02-04 11:22:06 +01:00

25 lines
568 B
CSS

.wp-block-heading.is-style-stroked-after {
@apply flex items-end gap-2;
overflow-wrap: anywhere;
&:after {
@apply flex-auto border-b border-primary border-solid mb-2;
content: '';
display: block;
}
}
.wp-block-carhop-blocks-notice-panel + .wp-block-image.is-style-framed {
@apply mt-8;
}
h1.is-style-stroked-after,
h2.is-style-stroked-after {
@apply flex items-end gap-2;
overflow-wrap: anywhere;
&:after {
@apply flex-auto border-b border-primary border-solid mb-2;
content: '';
display: block;
}
}