aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionTreeView.scss
diff options
context:
space:
mode:
authorMonika Hedman <monika_hedman@brown.edu>2019-02-25 18:58:53 -0500
committerMonika Hedman <monika_hedman@brown.edu>2019-02-25 18:58:53 -0500
commit293532a50a5670d2cd04fed65df77173e2dbad67 (patch)
tree7a437e6b39cc4602cecee8503125412c4a6849b2 /src/client/views/collections/CollectionTreeView.scss
parent921941e3f9bc4981f92fbf0fe0cec948cd49c220 (diff)
parent292ff1a8d75f8b15f9388d2c577e09a13836d5dc (diff)
merging
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.scss')
-rw-r--r--src/client/views/collections/CollectionTreeView.scss28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionTreeView.scss b/src/client/views/collections/CollectionTreeView.scss
new file mode 100644
index 000000000..675fc6c53
--- /dev/null
+++ b/src/client/views/collections/CollectionTreeView.scss
@@ -0,0 +1,28 @@
+ul {
+ list-style: none;
+}
+
+li {
+ margin: 5px 0;
+}
+
+.no-indent {
+ padding-left: 0;
+}
+
+/* ALL THESE SPACINGS ARE SUPER HACKY RIGHT NOW HANNAH PLS HELP */
+
+li:before {
+ content: '\2014';
+ margin-right: 0.7em;
+}
+
+.collapsed:before {
+ content: '\25b6';
+ margin-right: 0.65em;
+}
+
+.uncollapsed:before {
+ content: '\25bc';
+ margin-right: 0.5em;
+} \ No newline at end of file