aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2020-08-01 22:59:21 +0530
committerusodhi <61431818+usodhi@users.noreply.github.com>2020-08-01 22:59:21 +0530
commit48796b1644c9c07a0100cfa84280b58a36662217 (patch)
treec4b8278bcb918100fbad7f99043619425e024d7e /src
parentdd52efa10d3777e32cc6babe0e09ee3cef9c55c5 (diff)
parent982e2d8ebf4a3aed32443c8d23bb5a8ed01b0e5e (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into acls_uv
Diffstat (limited to 'src')
-rw-r--r--src/client/views/collections/collectionFreeForm/FormatShapePane.scss14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/client/views/collections/collectionFreeForm/FormatShapePane.scss b/src/client/views/collections/collectionFreeForm/FormatShapePane.scss
index 010beb836..d49ab27fb 100644
--- a/src/client/views/collections/collectionFreeForm/FormatShapePane.scss
+++ b/src/client/views/collections/collectionFreeForm/FormatShapePane.scss
@@ -27,13 +27,15 @@
position: absolute;
}
-.sketch-picker {
- background: #323232;
- width: 160px !important;
- height: 80% !important;
-
- .flexbox-fit {
+.btn-group-palette {
+ .sketch-picker {
background: #323232;
+ width: 160px !important;
+ height: 80% !important;
+
+ .flexbox-fit {
+ background: #323232;
+ }
}
}