cspace-ui
Version:
CollectionSpace user interface for browsers
22 lines (17 loc) • 289 B
CSS
.common {
background: white;
box-sizing: border-box;
margin: 0;
}
.common > header + section {
margin-top: 10px;
}
.common > footer {
margin: 10px 0;
}
.common > footer > :global(.cspace-ui-ButtonBar--common) {
text-align: right;
}
.common .mb12 {
margin-bottom: 12px;
}