@utrecht/components
Version:
Components for the Municipality of Utrecht based on the NL Design System architecture
18 lines (17 loc) • 551 B
CSS
/**
* @license EUPL-1.2
* Copyright (c) 2021 Robbert Broersma
*/
/**
* @license EUPL-1.2
* Copyright (c) 2021 Robbert Broersma
*/
.utrecht-figure {
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-figure-margin-block-end, 0));
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-figure-margin-block-start, 0));
}
.utrecht-figure__caption {
color: var(--utrecht-figure-caption-color);
font-size: var(--utrecht-figure-caption-font-size);
line-height: var(--utrecht-figure-caption-line-height);
}