REFINING block chaining aspect
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b462fbfed4
commit
0cbbdd79a9
|
|
@ -7,3 +7,18 @@
|
||||||
display: block;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user