aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/FormatShapePane.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-07-11 21:09:41 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-07-11 21:09:41 -0400
commitcb837fde6b9219b68534717a29133e787cebe943 (patch)
tree4a5c2769cc12acdc8c9fe34890e25452b702173d /src/client/views/collections/collectionFreeForm/FormatShapePane.scss
parent6cd4bbc78542cc81fb56decf223033fb0931aeb9 (diff)
parentff642c9f9846a182e7ca8893b2ca414bb8ce480f (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/FormatShapePane.scss')
-rw-r--r--src/client/views/collections/collectionFreeForm/FormatShapePane.scss59
1 files changed, 59 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/FormatShapePane.scss b/src/client/views/collections/collectionFreeForm/FormatShapePane.scss
new file mode 100644
index 000000000..7720140b9
--- /dev/null
+++ b/src/client/views/collections/collectionFreeForm/FormatShapePane.scss
@@ -0,0 +1,59 @@
+.antimodeMenu-button {
+ width: 200px;
+ position: relative;
+ text-align: left;
+
+ .color-previewI {
+ width: 100%;
+ height: 40%;
+ }
+
+ .color-previewII {
+ width: 100%;
+ height: 100%;
+ }
+}
+
+.antimenu-Buttonup {
+ position: absolute;
+ width: 20;
+ height: 10;
+ right: 0;
+ padding: 0;
+}
+
+.sketch-picker {
+ background: #323232;
+
+ .flexbox-fit {
+ background: #323232;
+ }
+}
+
+.btn-group {
+ display: grid;
+ grid-template-columns: auto auto auto auto;
+ /* Make the buttons appear below each other */
+}
+
+.btn-group-palette {
+ display: block;
+ /* Make the buttons appear below each other */
+}
+
+.btn-draw {
+ display: inline;
+ /* Make the buttons appear below each other */
+}
+
+.btn2-group {
+ display: block;
+ background: #323232;
+ grid-template-columns: auto;
+
+ /* Make the buttons appear below each other */
+ .antimodeMenu-button {
+ background: #323232;
+ display: block;
+ }
+} \ No newline at end of file