diff options
| author | madelinegr <mgriswold99@gmail.com> | 2019-03-18 20:11:07 -0400 |
|---|---|---|
| committer | madelinegr <mgriswold99@gmail.com> | 2019-03-18 20:11:07 -0400 |
| commit | d9076d48a17a4ec2a5b4f4dbd82160bd10f1af22 (patch) | |
| tree | 63c3343fbdefbe97e5a9c02b6926d4e35b963c32 /src/client/views/PresentationView.scss | |
| parent | 3a2b16fae689990a86c88ce6f8973bdd513b69ef (diff) | |
got back and next somewhat working
Diffstat (limited to 'src/client/views/PresentationView.scss')
| -rw-r--r-- | src/client/views/PresentationView.scss | 17 |
1 files changed, 16 insertions, 1 deletions
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 |
