From c584f6717f44beca7fbf6862d154a2fc532b2e67 Mon Sep 17 00:00:00 2001 From: madelinegr Date: Mon, 11 Mar 2019 20:03:32 -0400 Subject: click to navigate to doc --- src/client/views/PresentationView.scss | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) (limited to 'src/client/views/PresentationView.scss') diff --git a/src/client/views/PresentationView.scss b/src/client/views/PresentationView.scss index 595cdb879..cf49797ce 100644 --- a/src/client/views/PresentationView.scss +++ b/src/client/views/PresentationView.scss @@ -9,7 +9,7 @@ } .presentationView-item { - width: 10vw; + width: 220px; height: 40px; vertical-align: center; padding-top: 15px; @@ -27,15 +27,27 @@ background: #AAAAAA } -.presentationView-title { +.presentationView-heading { margin-top: 0px; - padding-top: 3px; - padding-bottom: 3px; - height: 50px; - text-align: center; + height: 40px; background: lightseagreen; + padding: 30px; } - -.icon{ - margin-right: 0px; -} \ No newline at end of file +.presentationView-title { + padding-top: 3px; + padding-bottom: 3px; + font-size: 25px; + float:left; +} +.presentation-icon{ + float: right; + display: inline; + width: 10px; + margin-top: 7px; +} +.presentationView-header { + padding-top: 1px; + padding-bottom: 1px; + font-size: 15px; + float:left; + } \ No newline at end of file -- cgit v1.2.3-70-g09d2