aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/presentationview/PresentationView.scss
diff options
context:
space:
mode:
authorMohammad Amoush <mohammad_amoush@brown.edu>2019-07-03 18:30:09 -0400
committerMohammad Amoush <mohammad_amoush@brown.edu>2019-07-03 18:30:09 -0400
commit118ca303bb18648451fe9c349c79594833d95001 (patch)
treecd324c5f650773170923e66adbbc081eba9fae07 /src/client/views/presentationview/PresentationView.scss
parent66e4851757894dcb43fb9baada0fa21fbd43164a (diff)
Reordering Done, Back-up protecting should be added
Diffstat (limited to 'src/client/views/presentationview/PresentationView.scss')
-rw-r--r--src/client/views/presentationview/PresentationView.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/client/views/presentationview/PresentationView.scss b/src/client/views/presentationview/PresentationView.scss
index a35a5849b..2bb0ec8c8 100644
--- a/src/client/views/presentationview/PresentationView.scss
+++ b/src/client/views/presentationview/PresentationView.scss
@@ -21,6 +21,14 @@
transition: all .1s;
}
+.presentationView-item-above {
+ border-top: black 2px solid;
+}
+
+.presentationView-item-below {
+ border-bottom: black 2px solid;
+}
+
.presentationView-listCont {
padding-left: 10px;
padding-right: 10px;