diff options
| author | madelinegr <mgriswold99@gmail.com> | 2019-02-25 18:05:20 -0500 |
|---|---|---|
| committer | madelinegr <mgriswold99@gmail.com> | 2019-02-25 18:05:20 -0500 |
| commit | 22d1038ca71c66fba29f4b01b39f16a903b40830 (patch) | |
| tree | d122f822fa34e9d94435aff156b0e9721f657dda /src/client/views/collections/CollectionTreeView.scss | |
| parent | 65624e16ec8eba141fb26c8959ae818c6f3d4d6a (diff) | |
| parent | 292ff1a8d75f8b15f9388d2c577e09a13836d5dc (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into presentation_view
mer
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionTreeView.scss | 28 |
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 |
