@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
26 lines • 867 B
CSS
/**
* @license EUPL-1.2
* Copyright (c) 2020-2024 Frameless B.V.
* Copyright (c) 2021-2024 Gemeente Utrecht
*/
/**
* @license EUPL-1.2
* Copyright (c) 2020-2024 Frameless B.V.
* Copyright (c) 2021-2024 Gemeente Utrecht
*/
/* stylelint-disable-next-line block-no-empty */
/* stylelint-disable-next-line block-no-empty */
:host {
break-inside: avoid;
color: var(--utrecht-table-caption-color);
font-family: var(--utrecht-table-caption-font-family);
font-size: var(--utrecht-table-caption-font-size);
font-weight: var(--utrecht-table-caption-font-weight);
line-height: var(--utrecht-table-caption-line-height);
margin-block-end: var(--utrecht-table-caption-margin-block-end);
page-break-after: avoid;
text-align: var(--utrecht-table-caption-text-align, center);
display: table-caption;
page-break-after: avoid;
page-break-inside: avoid;
}