diff options
| author | bobzel <zzzman@gmail.com> | 2020-07-11 20:49:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-11 20:49:00 -0400 |
| commit | ff642c9f9846a182e7ca8893b2ca414bb8ce480f (patch) | |
| tree | 534cb1d9b12e95d351595e8f7f11b4573123275c /src/client/views/collections/collectionFreeForm/FormatShapePane.scss | |
| parent | bf8c338e662327b39cdef3f90c436447e48d2807 (diff) | |
| parent | 49b6ab8536f570ef244199ac39194d3b176c9e77 (diff) | |
Merge pull request #438 from browngraphicslab/ink_menu
format shape pane
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/FormatShapePane.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/FormatShapePane.scss | 59 |
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 |
