mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
18 lines
242 B
SCSS
18 lines
242 B
SCSS
.adf-version-list {
|
|
.mat-list-item {
|
|
border-bottom:1px solid #d8d8d8;
|
|
}
|
|
|
|
&-item-version {
|
|
font-weight: bold;
|
|
}
|
|
|
|
&-item-date {
|
|
opacity: 0.6;
|
|
}
|
|
|
|
&-item-comment {
|
|
opacity: 0.5;
|
|
}
|
|
}
|