mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2137] Document Thumbnail Pane (#2943)
* pdf thumbnails * update TestBed declarations * add PdfViewerService to TestBed * content projection * update TestBed declaration * update TestBed * update TestBed * docs * pristine * added doc component image * use global PDFJS instance fro tests
This commit is contained in:
committed by
Eugenio Romano
parent
5955cc567d
commit
28ca71a5f9
@@ -1,7 +1,14 @@
|
||||
@mixin adf-pdf-viewer-theme($theme) {
|
||||
$foreground: map-get($theme, foreground);
|
||||
|
||||
.adf-viewer-content-container {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.adf-pdf-viewer {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
|
||||
.loader-container {
|
||||
display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
|
||||
display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
|
||||
@@ -14,6 +21,18 @@
|
||||
height:100%;
|
||||
}
|
||||
|
||||
&__thumbnails {
|
||||
position: relative; height: 100%; width: 140px; background-color: rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
|
||||
&__container {
|
||||
display: flex; height: 100%;
|
||||
}
|
||||
|
||||
&__content {
|
||||
flex: 1 1 auto; position: relative;
|
||||
}
|
||||
|
||||
.loader-item {
|
||||
margin: auto;
|
||||
max-height:100px;
|
||||
|
Reference in New Issue
Block a user