atst/styles/components/_audit_log.scss
2018-11-19 10:26:25 -05:00

35 lines
520 B
SCSS

.audit-log__item {
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: flex-start;
.audit-log__item__timestamp {
@include small-label;
width: 6rem;
flex-shrink: 0;
margin-right: $gap * 2;
@include media($medium-screen) {
width: 12rem;
}
}
.audit-log__item__name {
margin-top: 0;
margin-bottom: $gap;
}
}
.pagination {
width: 80%;
display: flex;
margin: auto;
flex-direction: row;
flex-wrap: wrap;
}
.page {
margin: .5em;
}