diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-09-30 14:01:59 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-09-30 14:01:59 -0400 |
| commit | d7f515f32de780884774e7bbdcc1cfe78733af45 (patch) | |
| tree | 76d77162c54ef732e17813f77253eafb263840e8 /src/client/views/presentationview/PresentationModeMenu.scss | |
| parent | d49e573d62fb9caee0568b454cb3555775a887ff (diff) | |
a bunch of changes to presentation view ... more coming.
Diffstat (limited to 'src/client/views/presentationview/PresentationModeMenu.scss')
| -rw-r--r-- | src/client/views/presentationview/PresentationModeMenu.scss | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/client/views/presentationview/PresentationModeMenu.scss b/src/client/views/presentationview/PresentationModeMenu.scss deleted file mode 100644 index 336f43d20..000000000 --- a/src/client/views/presentationview/PresentationModeMenu.scss +++ /dev/null @@ -1,30 +0,0 @@ -.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 |
