1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-21 13:47:39 +02:00

docs: add more styling to figures

This commit is contained in:
Thomas Heartman 2022-10-10 14:52:24 +02:00
parent 8b5c30e5d7
commit 6ed0ff4fd6

View File

@ -1,5 +1,18 @@
/* Figures (with captions) */
figcaption {
text-align: center;
figure {
box-shadow: var(--ifm-global-shadow-lw);
border-radius: var(--ifm-global-radius);
padding: var(--ifm-pre-padding);
}
figure * + * {
margin-block-start: var(--ifm-pre-padding);
}
figcaption {
/* background: black; */
/* text-align: center; */
font-size: 90%;
padding-inline: var(--ifm-pre-padding);
border-inline-start: 5px solid var(--ifm-color-primary);
}
/* End figures (with captions) */