diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2019-07-30 11:01:07 -0400 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-07-30 11:01:07 -0400 |
| commit | e806e56d950c9e76ca44f3aab25753af4179d11c (patch) | |
| tree | 26e08d32a85a3b82228c72f3d037e2fc764484c9 /src/client/views/presentationview/PresentationModeMenu.scss | |
| parent | e0851a9bcde60b71dbf64a256c611288a1da8025 (diff) | |
| parent | ca91fe9e379fe3e2d48a0eb055415f008245ed31 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into speech-to-text
Diffstat (limited to 'src/client/views/presentationview/PresentationModeMenu.scss')
| -rw-r--r-- | src/client/views/presentationview/PresentationModeMenu.scss | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/client/views/presentationview/PresentationModeMenu.scss b/src/client/views/presentationview/PresentationModeMenu.scss new file mode 100644 index 000000000..336f43d20 --- /dev/null +++ b/src/client/views/presentationview/PresentationModeMenu.scss @@ -0,0 +1,30 @@ +.presMenu-cont { + position: fixed; + 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; + + .presMenu-button { + background-color: transparent; + width: 35px; + height: 35px; + } + + .presMenu-button:hover { + background-color: #121212; + } + + .presMenu-dragger { + height: 100%; + transition: width .2s; + background-image: url("https://logodix.com/logo/1020374.png"); + background-size: 90% 100%; + background-repeat: no-repeat; + background-position: left center; + } + +}
\ No newline at end of file |
