diff options
| author | bob <bcz@cs.brown.edu> | 2019-06-17 14:41:57 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-06-17 14:41:57 -0400 |
| commit | a408a4d791fa19f19bd9fab791c2bea2c0d178ab (patch) | |
| tree | 8b83423138dd980149d387505421811da01824d7 /src/client/views/pdf/PDFMenu.scss | |
| parent | f74e512e500252ad76d77935e7aacbf72cb0dd9c (diff) | |
| parent | 62e7e21d6db96a9c62710c2bc6842705b79f5665 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/pdf/PDFMenu.scss')
| -rw-r--r-- | src/client/views/pdf/PDFMenu.scss | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/client/views/pdf/PDFMenu.scss b/src/client/views/pdf/PDFMenu.scss new file mode 100644 index 000000000..22868082a --- /dev/null +++ b/src/client/views/pdf/PDFMenu.scss @@ -0,0 +1,25 @@ +.pdfMenu-cont { + position: absolute; + z-index: 10000; + height: 35px; + background: #323232; + box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25); + border-radius: 0px 6px 6px 6px; + overflow: hidden; + display: flex; + + .pdfMenu-button { + background-color: transparent; + width: 35px; + height: 35px; + } + + .pdfMenu-button:hover { + background-color: #121212; + } + + .pdfMenu-dragger { + height: 100%; + transition: width .2s; + } +}
\ No newline at end of file |
