@utrecht/components
Version:
Components for the Municipality of Utrecht based on the NL Design System architecture
20 lines (19 loc) • 632 B
CSS
/**
* @license EUPL-1.2
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
* Copyright (c) 2021 Gemeente Utrecht
*/
.utrecht-list-social {
display: flex;
margin-block-end: var(--utrecht-list-social-margin-block-end);
margin-block-start: var(--utrecht-list-social-margin-block-start);
padding-inline-end: var(--utrecht-list-social-padding-inline-end);
padding-inline-start: var(--utrecht-list-social-padding-inline-start);
}
.utrecht-list-social__item {
list-style-type: none;
margin-inline-end: var(--utrecht-list-social-item-margin-inline-end);
}
.utrecht-list-social__item:last-child {
margin-inline-end: 0;
}