diff options
| author | bob <bcz@cs.brown.edu> | 2019-09-25 14:26:26 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-09-25 14:26:26 -0400 |
| commit | 6d01b67aab6a6169b189002fc9c00477d55ca113 (patch) | |
| tree | 76fe2fac01e60e3110f0c18a17c1d5f2d1758402 /src/client/views/pdf/PDFViewer.scss | |
| parent | c7529bf9925efd823e340b0f5a3bc2d7d3482c89 (diff) | |
pdf rendering is working, I think. Annotation documents aren't aligned at all.
Diffstat (limited to 'src/client/views/pdf/PDFViewer.scss')
| -rw-r--r-- | src/client/views/pdf/PDFViewer.scss | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/src/client/views/pdf/PDFViewer.scss b/src/client/views/pdf/PDFViewer.scss index 0ca3fa2d3..456eea7a1 100644 --- a/src/client/views/pdf/PDFViewer.scss +++ b/src/client/views/pdf/PDFViewer.scss @@ -32,41 +32,4 @@ opacity: 0.1; } } - - - - .pdfViewer-overlayButton { - border-bottom-left-radius: 50%; - display: flex; - justify-content: space-evenly; - align-items: center; - height: 70px; - background: none; - padding: 0; - position: absolute; - - .pdfViewer-overlayButton-arrow { - width: 0; - height: 0; - border-top: 25px solid transparent; - border-bottom: 25px solid transparent; - border-right: 25px solid #121721; - transition: all 0.5s; - } - - .pdfViewer-overlayButton-iconCont { - background: #121721; - height: 50px; - width: 70px; - display: flex; - justify-content: center; - align-items: center; - margin-left: -2px; - border-radius: 3px; - } - } - - .pdfViewer-overlayButton:hover { - background: none; - } }
\ No newline at end of file |
