conduction-components
Version:
React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)
26 lines (20 loc) • 374 B
CSS
.th {
width: 35%;
}
.cancel {
color: var(--denhaag-color-grey-3) ;
}
.editButtonsContainer {
display: flex;
margin-block-start: var(--nlportal-space-block-xs);
}
.editButtonsContainer > *:not(:last-child) {
margin-inline-end: var(--nlportal-space-inline-md);
}
.submit {
all: unset;
}
.editButton {
display: flex;
justify-content: flex-end;
}