diff options
| author | bobzel <zzzman@gmail.com> | 2023-08-26 22:54:10 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-26 22:54:10 -0400 |
| commit | 9c90a9a12cc5ff7fdc8797684e9cc5561ae6354e (patch) | |
| tree | dd42d6d83cdff5ffa824b7cc768e288d02cf4577 /src/client/views/nodes/MapBox/MapAnchorMenu.scss | |
| parent | 603e437d4964c2f104a04f4f977802e241347344 (diff) | |
| parent | ffb910a768c75df57e9d7bca15aca67e9216b025 (diff) | |
Merge pull request #165 from brown-dash/UI_Update_Eric_Ma
eric maps
Diffstat (limited to 'src/client/views/nodes/MapBox/MapAnchorMenu.scss')
| -rw-r--r-- | src/client/views/nodes/MapBox/MapAnchorMenu.scss | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/src/client/views/nodes/MapBox/MapAnchorMenu.scss b/src/client/views/nodes/MapBox/MapAnchorMenu.scss new file mode 100644 index 000000000..6990bdcf1 --- /dev/null +++ b/src/client/views/nodes/MapBox/MapAnchorMenu.scss @@ -0,0 +1,54 @@ +.anchorMenu-addTag { + display: grid; + width: 200px; + padding: 5px; + grid-template-columns: 90px 20px 90px; +} +.anchorMenu-highlighter { + padding-right: 5px; + .antimodeMenu-button { + padding: 0; + padding: 0; + padding-right: 0px; + padding-left: 0px; + width: 5px; + } +} +.anchor-color-preview-button { + width: 25px !important; + .anchor-color-preview { + display: flex; + flex-direction: column; + padding-right: 3px; + width: unset !important; + .color-preview { + width: 60%; + top: 80%; + height: 4px; + position: relative; + top: unset; + width: 15px; + margin-top: 5px; + display: block; + } + } +} + +.color-wrapper { + display: flex; + flex-wrap: wrap; + justify-content: space-between; + + button.color-button { + width: 20px; + height: 20px; + border-radius: 15px !important; + margin: 3px; + border: 2px solid transparent !important; + padding: 3px; + + &.active { + border: 2px solid white; + } + } +}
\ No newline at end of file |
