From d9e8815ad25b413b825ae72267b85782e787407c Mon Sep 17 00:00:00 2001 From: Sam Wilkins Date: Fri, 17 Jan 2020 21:33:55 -0500 Subject: created files for mcview subcomponents, removed excess zeros in width labels and added colored feedback for resize mode. Need to implement more useful version of 'global' resize mode --- .../collections/CollectionMulticolumnView.scss | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 src/client/views/collections/CollectionMulticolumnView.scss (limited to 'src/client/views/collections/CollectionMulticolumnView.scss') diff --git a/src/client/views/collections/CollectionMulticolumnView.scss b/src/client/views/collections/CollectionMulticolumnView.scss deleted file mode 100644 index 5fbc35df6..000000000 --- a/src/client/views/collections/CollectionMulticolumnView.scss +++ /dev/null @@ -1,31 +0,0 @@ -.collectionMulticolumnView_contents { - display: flex; - width: 100%; - height: 100%; - overflow: hidden; - - .document-wrapper { - display: flex; - flex-direction: column; - - .display { - text-align: center; - height: 20px; - } - - } - - .resizer { - background: black; - cursor: ew-resize; - transition: 0.5s opacity ease; - display: flex; - flex-direction: column; - - .internal { - width: 100%; - height: 100%; - } - } - -} \ No newline at end of file -- cgit v1.2.3-70-g09d2