From d9076d48a17a4ec2a5b4f4dbd82160bd10f1af22 Mon Sep 17 00:00:00 2001 From: madelinegr Date: Mon, 18 Mar 2019 20:11:07 -0400 Subject: got back and next somewhat working --- src/client/views/PresentationView.scss | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'src/client/views/PresentationView.scss') diff --git a/src/client/views/PresentationView.scss b/src/client/views/PresentationView.scss index cf49797ce..7c5677f0d 100644 --- a/src/client/views/PresentationView.scss +++ b/src/client/views/PresentationView.scss @@ -50,4 +50,19 @@ padding-bottom: 1px; font-size: 15px; float:left; - } \ No newline at end of file + } + + .presentation-next{ + float: right; + } + .presentation-back{ + float: left; + } + .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