mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
* AAE-19510 remove selector variable * AAE-19510 poc for card view using variable selectors * AAE-19176 rename mat selectors file * AAE-19176 add missing style imports * AAE-19176 remove remaining mat selectors * AAE-19176 replaced todo material selectors with variables * AAE-19176 changes made in meantime * AAE-19176 conflict fixes
37 lines
652 B
SCSS
37 lines
652 B
SCSS
/* stylelint-disable selector-class-pattern */
|
|
@import 'styles/mat-selectors';
|
|
|
|
.adf-version-list {
|
|
.adf-version-list-viewport {
|
|
height: 100%;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.adf-version-list-item {
|
|
border-bottom: 1px solid var(--adf-theme-foreground-divider-color);
|
|
width: 100vw;
|
|
}
|
|
|
|
&-item-version {
|
|
font-weight: bold;
|
|
}
|
|
|
|
&-item-date {
|
|
opacity: 0.6;
|
|
}
|
|
|
|
&-item-comment {
|
|
width: 500px;
|
|
opacity: 0.5;
|
|
|
|
@media screen and (max-width: 629px) {
|
|
width: 97%;
|
|
}
|
|
}
|
|
|
|
&-item-name,
|
|
&-item-date {
|
|
white-space: normal;
|
|
}
|
|
}
|