diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-07-11 21:09:41 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-07-11 21:09:41 -0400 |
| commit | cb837fde6b9219b68534717a29133e787cebe943 (patch) | |
| tree | 4a5c2769cc12acdc8c9fe34890e25452b702173d /src/client/views/collections/collectionFreeForm/FormatShapePane.scss | |
| parent | 6cd4bbc78542cc81fb56decf223033fb0931aeb9 (diff) | |
| parent | ff642c9f9846a182e7ca8893b2ca414bb8ce480f (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.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 |
