diff options
| author | zaultavangar <zaul_tavangar@brown.edu> | 2023-12-11 14:46:58 -0500 |
|---|---|---|
| committer | zaultavangar <zaul_tavangar@brown.edu> | 2023-12-11 14:46:58 -0500 |
| commit | e4eac6e4256dc320f6c767ecbad54b83459c4331 (patch) | |
| tree | aa786fdfa921ff6b0be9a7563e6efa985edecc37 /src/client/views/nodes/MapBox/MapAnchorMenu.scss | |
| parent | 18a201d2cab686e350374413630f93cfa4612b11 (diff) | |
updates to map feature
Diffstat (limited to 'src/client/views/nodes/MapBox/MapAnchorMenu.scss')
| -rw-r--r-- | src/client/views/nodes/MapBox/MapAnchorMenu.scss | 59 |
1 files changed, 58 insertions, 1 deletions
diff --git a/src/client/views/nodes/MapBox/MapAnchorMenu.scss b/src/client/views/nodes/MapBox/MapAnchorMenu.scss index 6990bdcf1..e2fcd78fc 100644 --- a/src/client/views/nodes/MapBox/MapAnchorMenu.scss +++ b/src/client/views/nodes/MapBox/MapAnchorMenu.scss @@ -51,4 +51,61 @@ border: 2px solid white; } } -}
\ No newline at end of file +} + +.map-anchor-menu-container { + display: flex; + flex-direction: column; + gap: 5px; + padding: 5px; + height: max-content; + min-width: 300px; + + .direction-inputs { + display: flex; + flex-direction: column; + gap: 5px; + + #get-routes-button { + padding: 8px 10px; + border-radius: 5px; + } + } + + .MuiInputBase-input{ + color: white !important; + } + + + .css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input.Mui-disabled{ + -webkit-text-fill-color: #b3b2b2 !important; + } + + .current-route-info-container { + width: 100%; + + .transportation-icons-container { + display: flex; + justify-content: center; + align-items: center; + gap: 5px; + } + + .selected-route-details-container{ + display: flex; + flex-direction: column; + gap: 3px; + justify-content: center; + align-items: flex-start; + padding: 5px; + } + + + } + + + + +} + + |
