[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:
Cilibiu Bogdan
2018-02-20 12:29:40 +02:00
committed by Eugenio Romano
parent 5955cc567d
commit 28ca71a5f9
22 changed files with 631 additions and 18 deletions

View File

@@ -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;