diff options
| author | Eric <ericmabr@gmail.com> | 2023-08-21 17:01:30 -0400 |
|---|---|---|
| committer | Eric <ericmabr@gmail.com> | 2023-08-21 17:01:30 -0400 |
| commit | 520405deac3a1efa65ed10541d6bfe3c2921aa23 (patch) | |
| tree | 7c4f25db19d7590c21904f8d65746336f359d53a /src/client/views/nodes/MapBox/MapAnchorMenu.scss | |
| parent | bdb78d5f0bd0e9e2ee9f46119b9b42735e9dc8a7 (diff) | |
MapAnchorMenu created; tons of compiler errors idk why
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 |
