diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-08-01 09:46:27 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-08-01 09:46:27 -0500 |
| commit | 785e20b74d8917466df4fdd88e5f4a9de206b33f (patch) | |
| tree | ec0d4ac4fdf3bf2525b420d81c8dd89f40013994 /src/client/views/collections/collectionFreeForm/FormatShapePane.scss | |
| parent | 78c037d1a6c3319dfb921bcdb04e2105afd552eb (diff) | |
| parent | 9ea6e9775a4a8f1512911e28140bb047e9e3d20c (diff) | |
Merge branch 'menu_restructure' of https://github.com/browngraphicslab/Dash-Web into menu_restructure
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/FormatShapePane.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/FormatShapePane.scss | 14 |
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; + } } } |
