From 464096297d34bb824ed665aa50dfb58f268c1d12 Mon Sep 17 00:00:00 2001 From: madelinegr Date: Tue, 4 Jun 2019 20:01:59 -0400 Subject: BUttons in Presentation CSSed and grouping up insertion done, removal almost done --- src/client/views/PresentationView.scss | 83 ---------------------------------- 1 file changed, 83 deletions(-) delete mode 100644 src/client/views/PresentationView.scss (limited to 'src/client/views/PresentationView.scss') diff --git a/src/client/views/PresentationView.scss b/src/client/views/PresentationView.scss deleted file mode 100644 index 97ce80a02..000000000 --- a/src/client/views/PresentationView.scss +++ /dev/null @@ -1,83 +0,0 @@ -.presentationView-cont { - position: absolute; - background: white; - z-index: 1; - box-shadow: #AAAAAA .2vw .2vw .4vw; - right: 0; - top: 0; - bottom: 0; -} - -.presentationView-item { - padding: 10px; - display: inline-block; - width: 100%; - -webkit-touch-callout: none; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - transition: all .1s; -} - -.presentationView-listCont { - padding-left: 10px; - padding-right: 10px; -} - -.presentationView-item:hover { - transition: all .1s; - background: #AAAAAA -} - -.presentationView-selected { - background: gray; -} - -.presentationView-heading { - background: lightseagreen; - padding: 10px; - display: inline-block; - width: 100%; -} - -.presentationView-title { - padding-top: 3px; - padding-bottom: 3px; - font-size: 25px; - display: inline-block; -} - -.presentation-icon { - float: right; -} - -.presentation-interaction { - float: left; -} - -.presentationView-name { - font-size: 15px; - display: inline-block; -} - -.presentation-button { - margin-right: 12.5%; - margin-left: 12.5%; - width: 25%; -} - -.presentation-buttons { - padding: 10px; -} - -.presentation-next:hover { - transition: all .1s; - background: #AAAAAA -} - -.presentation-back:hover { - transition: all .1s; - background: #AAAAAA -} \ No newline at end of file -- cgit v1.2.3-70-g09d2