audit log style
This commit is contained in:
22
styles/components/_audit_log.scss
Normal file
22
styles/components/_audit_log.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
.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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user