From c0ebde9f48e3fd5e5c32d72bd6e2f30b55a036a3 Mon Sep 17 00:00:00 2001 From: madelinegr Date: Tue, 26 Feb 2019 18:44:10 -0500 Subject: more css --- src/client/views/PresentationView.scss | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'src/client/views/PresentationView.scss') 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 -- cgit v1.2.3-70-g09d2