aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-07-31 18:37:35 -0400
committerbobzel <zzzman@gmail.com>2020-07-31 18:37:35 -0400
commit957d8b29266c3bb62474910d01f854c13f090f7c (patch)
tree0049ecf73b0b1d7b2c323e6d0eb95702ce0f3591
parent8ab7035428524b024a56556ca3060d56b162dd57 (diff)
parent982e2d8ebf4a3aed32443c8d23bb5a8ed01b0e5e (diff)
Merge branch 'master' into menu_restructure
-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;
+ }
}
}