@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
30 lines (28 loc) • 755 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
*/
/**
* @license EUPL-1.2
* Copyright (c) 2020-2024 Frameless B.V.
* Copyright (c) 2021-2024 Gemeente Utrecht
*/
.utrecht-iban-data {
/* lining-nums: avoid "oldstyle-nums" where some numbers have descenders */
/* slashed-zero: avoid confusion between LATIN LETTER O (U+004F) and DIGIT ZERO (U+0030) */
/* tabular-nums: vertically align IBAN values */
font-variant-numeric: lining-nums slashed-zero tabular-nums;
white-space: nowrap;
}
:host {
display: inline;
}
:host([hidden]) {
display: none ;
}