UNPKG

@utrecht/web-component-library-stencil

Version:

Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture

53 lines (49 loc) 1.1 kB
/** * @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-mark { background-color: var(--utrecht-mark-background-color, revert); color: var(--utrecht-mark-color, revert); } @media print { .utrecht-mark { outline-color: currentColor; outline-style: dotted; outline-width: 0.1em; } } @media screen and (-ms-high-contrast: active) { .utrecht-mark { background-color: Highlight; color: HighlightText; } } /* class name available only for Storybook */ .utrecht-mark--print { outline-color: currentColor; outline-style: dotted; outline-width: 0.1em; } /* class name available only for Storybook */ .utrecht-mark--windows-high-contrast { background-color: Highlight; color: HighlightText; } :host { display: inline; } :host([hidden]) { display: none !important; }