mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-3119] Document list styles refactored for datatable thumbnails (#3766)
This commit is contained in:
committed by
Eugenio Romano
parent
42d6d2351a
commit
a1bc382074
@@ -152,4 +152,28 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.adf-datatable-gallery-thumbnails {
|
||||
.adf-data-table-card .adf-datatable-row {
|
||||
height: 300px !important;
|
||||
|
||||
img {
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
:first-child .cell-container .cell-value {
|
||||
display: flex;
|
||||
width: 265px;
|
||||
flex: 0 0 auto;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.adf-data-table-cell.adf-datatable-table-cell.adf-data-table-cell--image {
|
||||
flex: 0 0 auto;
|
||||
display: flex;
|
||||
flex-direction: column-reverse;
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user