aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionPDFView.scss
blob: 50201bae8b95a3efbe2dcab7da90001cbc94fe63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.collectionPdfView-buttonTray {
    top: 15px;
    left: 20px;
    position: relative;
    transform-origin: left top;
    position: absolute;
}

.collectionPdfView-thumb {
    width: 25px;
    height: 25px;
    transform-origin: left top;
    position: absolute;
    background: darkgray;
}

.collectionPdfView-slider {
    width: 25px;
    height: 25px;
    transform-origin: left top;
    position: absolute;
    background: lightgray;
}

.collectionPdfView-cont {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.collectionPdfView-cont-dragging {
    span {
        user-select: none;
    }
}

.collectionPdfView-backward {
    color: white;
    font-size: 24px;
    top: 0px;
    left: 0px;
    position: absolute;
    background-color: rgba(50, 50, 50, 0.2);
}

.collectionPdfView-forward {
    color: white;
    font-size: 24px;
    top: 0px;
    left: 45px;
    position: absolute;
    background-color: rgba(50, 50, 50, 0.2);
}