aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.scss
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-03-18 14:05:46 -0400
committerTyler Schicke <tyler_schicke@brown.edu>2019-03-18 14:05:46 -0400
commit8945316b1c438da81752370acd6d86991f2056b1 (patch)
tree99ddd5b9085ca726ea71052c2d4de307a3b13913 /src/client/views/collections/CollectionSchemaView.scss
parent1ae0ba5addbcf3d527f1e75cc895aaf023063a7d (diff)
parentda576c10538c025f247a50ed8561b112f78f828e (diff)
Merge branch 'schema_columns' of github-tsch-brown:browngraphicslab/Dash-Web into schema_columns
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/CollectionSchemaView.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss
index 8d3eba696..863bb256a 100644
--- a/src/client/views/collections/CollectionSchemaView.scss
+++ b/src/client/views/collections/CollectionSchemaView.scss
@@ -28,6 +28,23 @@
top: 0;
background: $main-accent;
}
+ .collectionSchemaView-columnsHandle {
+ position: absolute;
+ height: 37px;
+ width: 20px;
+ z-index: 20;
+ left: 0;
+ bottom: 0;
+ background: $main-accent;
+ }
+ .collectionSchemaView-colDividerDragger {
+ position: relative;
+ box-sizing: border-box;
+ border-top: 1px solid $intermediate-color;
+ border-bottom: 1px solid $intermediate-color;
+ float: top;
+ width: 100%;
+ }
.collectionSchemaView-dividerDragger {
position: relative;
box-sizing: border-box;