diff options
| author | _stanleyyip <33562077+yipstanley@users.noreply.github.com> | 2019-05-19 12:30:09 -0700 |
|---|---|---|
| committer | _stanleyyip <33562077+yipstanley@users.noreply.github.com> | 2019-05-19 12:30:09 -0700 |
| commit | f043c60ff537667021a76e716b6e6465aec44525 (patch) | |
| tree | 7770576c0a248a0f8b7df5cdbf1a5bb5e8625784 /src/client/views/pdf/PDFViewer.scss | |
| parent | 6df3143ead642356b7823946e9710f840f3faa5a (diff) | |
scrolling ?
Diffstat (limited to 'src/client/views/pdf/PDFViewer.scss')
| -rw-r--r-- | src/client/views/pdf/PDFViewer.scss | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/client/views/pdf/PDFViewer.scss b/src/client/views/pdf/PDFViewer.scss new file mode 100644 index 000000000..d8ff06406 --- /dev/null +++ b/src/client/views/pdf/PDFViewer.scss @@ -0,0 +1,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 {}
\ No newline at end of file |
