cspace-ui
Version:
CollectionSpace user interface for browsers
23 lines (19 loc) • 346 B
CSS
.common {
display: flex;
border-top: 1px solid rgb(220, 220, 220);
padding: 10px 0;
font-size: 12px;
justify-content: space-between;
}
.common > ul {
list-style: none;
box-sizing: border-box;
margin: 0;
padding: 0 10px;
}
.common, .common a {
color: rgb(115, 115, 115);
}
.common > ul:last-of-type {
text-align: right;
}