@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
28 lines • 1.19 kB
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 {
--utrecht-icon-size: var(--utrecht-table-cell-icon-size);
/* In tables `block-size` acts as `min-block-size`, but `min-block-size` is a clearer name for the design token */
block-size: var(--utrecht-table-cell-line-height, 1em);
line-height: var(--utrecht-table-cell-line-height, inherit);
padding-block-end: var(--utrecht-table-cell-padding-block-end, 0);
padding-block-start: var(--utrecht-table-cell-padding-block-start, 0);
padding-inline-end: var(--utrecht-table-cell-padding-inline-end, 0);
padding-inline-start: var(--utrecht-table-cell-padding-inline-start, 0);
text-align: start;
border-block-end-color: var(--utrecht-table-row-border-block-end-color, transparent);
border-block-end-style: solid;
border-block-end-width: var(--utrecht-table-row-border-block-end-width, 0);
vertical-align: top;
display: table-cell;
}