diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-07-30 16:03:23 -0400 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-07-30 16:03:23 -0400 |
| commit | 28db2fab55015f26286c577347a90e5acb24ca0f (patch) | |
| tree | bdb7e1286267ea805bbc10496a3a66ba6e3552dd /src/client/views/presentationview/PresentationModeMenu.scss | |
| parent | 26086ee95a9a16486d637aa43c96638b6154379f (diff) | |
| parent | cc271d2802cab295221dc4ea3d8c77a6328a8cfb (diff) | |
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web
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 |
