@utrecht/components
Version:
Components for the Municipality of Utrecht based on the NL Design System architecture
31 lines (29 loc) • 873 B
CSS
/**
* @license EUPL-1.2
* Copyright (c) 2020-2022 Gemeente Utrecht
* Copyright (c) 2020-2022 Frameless B.V.
*/
/**
* @license EUPL-1.2
* Copyright (c) 2020-2022 Gemeente Utrecht
* Copyright (c) 2020-2022 Frameless B.V.
*/
.utrecht-img {
/* stylelint-disable-next-line property-disallowed-list */
height: auto;
/* stylelint-disable-next-line property-disallowed-list */
width: auto;
}
.utrecht-img--scale-down {
/* use this class name with caution, text contained in image might become too small to read */
/* stylelint-disable-next-line property-disallowed-list */
max-height: 100%;
/* stylelint-disable-next-line property-disallowed-list */
max-width: 100%;
}
.utrecht-img--photo {
/* stylelint-disable-next-line property-disallowed-list */
max-height: 100%;
/* stylelint-disable-next-line property-disallowed-list */
max-width: 100%;
}