25 lines
568 B
CSS
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;
|
|
}
|
|
}
|