aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/presentationview/PresentationView.scss
diff options
context:
space:
mode:
authorStanley Yip <33562077+yipstanley@users.noreply.github.com>2019-07-17 19:14:35 +0000
committerGitHub <noreply@github.com>2019-07-17 19:14:35 +0000
commit2746dada6739e2f1b7917340cdb22b47ba8ad7dc (patch)
tree8306ebe9917fcd59a08a452098b97efe861f40c8 /src/client/views/presentationview/PresentationView.scss
parentfbfec3eac8cd2466202f43db416d677053c1add3 (diff)
parenteabf017a214ec8541005e5c8e4a42378acf73e12 (diff)
Merge pull request #210 from browngraphicslab/presentation-reordering-mohammad
Presentation reordering mohammad
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;