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:
parent
8b5c30e5d7
commit
6ed0ff4fd6
@ -1,5 +1,18 @@
|
|||||||
/* Figures (with captions) */
|
/* Figures (with captions) */
|
||||||
figcaption {
|
figure {
|
||||||
text-align: center;
|
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) */
|
|
||||||
|
Loading…
Reference in New Issue
Block a user