diff options
| author | madelinegr <mgriswold99@gmail.com> | 2019-02-26 18:44:10 -0500 |
|---|---|---|
| committer | madelinegr <mgriswold99@gmail.com> | 2019-02-26 18:44:10 -0500 |
| commit | c0ebde9f48e3fd5e5c32d72bd6e2f30b55a036a3 (patch) | |
| tree | 3bb4596683c39dfda2e76d1efa4613b4ea5d18e8 /src/client/views/PresentationView.scss | |
| parent | fccb746640f9c832a660eb328d3196c8e50d5794 (diff) | |
more css
Diffstat (limited to 'src/client/views/PresentationView.scss')
| -rw-r--r-- | src/client/views/PresentationView.scss | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/src/client/views/PresentationView.scss b/src/client/views/PresentationView.scss index c635f51ea..1a7934220 100644 --- a/src/client/views/PresentationView.scss +++ b/src/client/views/PresentationView.scss @@ -1,6 +1,6 @@ .presentationView-cont { position: absolute; - background: blue; + background: white; z-index: 1; box-shadow: #AAAAAA .2vw .2vw .4vw; right: 0; @@ -10,10 +10,9 @@ .presentationView-item { width: 10vw; - height: 6vh; - background: #DDDDDD; - flex-direction: column; - + height: 40px; + vertical-align: center; + padding-top: 15px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; @@ -26,4 +25,13 @@ .presentationView-item:hover { transition: all .1s; background: #AAAAAA +} + +.presentationView-title { + margin-top: 0px; + padding-top: 3px; + padding-bottom: 3px; + height: 50px; + text-align: center; + background: lightseagreen; }
\ No newline at end of file |
