aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/PDFViewer.scss
blob: d8ff06406a18dbdd702483827ab4075b058a64e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.canvasContainer {}

.viewer-button-cont {
    position: absolute;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.viewer-previousPage,
.viewer-nextPage {
    background: grey;
    font-weight: bold;
    opacity: 0.5;
    padding: 0 10px;
    border-radius: 5px;
}

.viewer {}