diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-07-13 08:44:02 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-07-13 08:44:02 -0400 |
| commit | c5eee7d838acb6991d1e37e0160cf77f5fc6aa34 (patch) | |
| tree | 52b67af1bb2d63ae303b9ede9d77d3cb36b30094 /src/client/views/collections/collectionFreeForm/FormatShapePane.scss | |
| parent | 6f985b10f71ace2303b669d4e2a1165ff3a29eda (diff) | |
| parent | 40dbd220ef0170098bed4da8d6f3b2727190654e (diff) | |
Merge branch 'master' into acls_uv
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/FormatShapePane.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/FormatShapePane.scss | 64 |
1 files changed, 64 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..88876471c --- /dev/null +++ b/src/client/views/collections/collectionFreeForm/FormatShapePane.scss @@ -0,0 +1,64 @@ +.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; +} + +.formatShapePane-inputBtn { + width: inherit; + position: absolute; +} + +.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 |
