conduction-components
Version:
React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)
18 lines (14 loc) • 294 B
CSS
.container {
display: flex;
align-items: center;
flex-direction: column;
}
.container > *:not(:last-child) {
margin-block-end: var(--nlportal-space-block-xs);
}
.icon {
color: var(--nlportal-meta-icon-color);
}
.value {
font-weight: var(--nlportal-meta-icon-font-weight-bold);
}