diff options
| author | geireann <60007097+geireann@users.noreply.github.com> | 2020-06-11 13:38:51 +0800 |
|---|---|---|
| committer | geireann <60007097+geireann@users.noreply.github.com> | 2020-06-11 13:38:51 +0800 |
| commit | b14c559285d579a90bd8f7282a85283201f2f65c (patch) | |
| tree | f89f5359962b8423307df2953610d20eefc821d8 /src/client/views/collections/collectionFreeForm/InkOptionsMenu.scss | |
| parent | a02bbf035b9b97fcebfa2db8ba1176e116863b9e (diff) | |
| parent | 4ec18458fd21bd7d7307a3bab2e787346fc3ed0d (diff) | |
Merge branch 'master' into mobile_revision_direct
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/InkOptionsMenu.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/InkOptionsMenu.scss | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/InkOptionsMenu.scss b/src/client/views/collections/collectionFreeForm/InkOptionsMenu.scss new file mode 100644 index 000000000..a7f4d4e53 --- /dev/null +++ b/src/client/views/collections/collectionFreeForm/InkOptionsMenu.scss @@ -0,0 +1,36 @@ +.antimodeMenu-button { + .color-preview { + width: 100%; + height: 100%; + } + + +} + +.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 */ +} + +.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 |
