@utrecht/components
Version:
Components for the Municipality of Utrecht based on the NL Design System architecture
19 lines (18 loc) • 405 B
CSS
/**
* @license EUPL-1.2
* Copyright (c) 2021 Robbert Broersma
*/
/**
* @license EUPL-1.2
* Copyright (c) 2021 Robbert Broersma
*/
.utrecht-surface {
background-color: var(--utrecht-surface-background-color, inherit);
color: var(--utrecht-surface-color, inherit);
}
.utrecht-surface--html-body {
margin-block-end: 0;
margin-block-start: 0;
margin-inline-end: 0;
margin-inline-start: 0;
}