diff options
| author | bob <bcz@cs.brown.edu> | 2020-01-17 10:33:05 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-01-17 10:33:05 -0500 |
| commit | 810f6b9b2737f3617910e498f577499fcbf3ffab (patch) | |
| tree | c277d0dca22a4460c1efca4e8ae5ff81904c5ead /src/client/views/CollectionMulticolumnView.scss | |
| parent | 12f3a4a1bfce522c7e647317035ec0deda5c73d5 (diff) | |
moved multilcolumnview into collections directory
Diffstat (limited to 'src/client/views/CollectionMulticolumnView.scss')
| -rw-r--r-- | src/client/views/CollectionMulticolumnView.scss | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/client/views/CollectionMulticolumnView.scss b/src/client/views/CollectionMulticolumnView.scss deleted file mode 100644 index 120603a0b..000000000 --- a/src/client/views/CollectionMulticolumnView.scss +++ /dev/null @@ -1,23 +0,0 @@ -.collectionMulticolumnView_contents { - display: flex; - width: 100%; - height: 100%; - overflow: hidden; - - .fish { - display: flex; - flex-direction: column; - - .display { - text-align: center; - height: 20px; - } - - } - - .resizer { - background: black; - cursor: ew-resize; - } - -}
\ No newline at end of file |
