Skip to content

Commit

Permalink
Update Color dan Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
yakubhariana70 committed Nov 17, 2023
1 parent 1a8054b commit e4eca49
Show file tree
Hide file tree
Showing 21 changed files with 23 additions and 11 deletions.
4 changes: 2 additions & 2 deletions public/icon/directionn-off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icon/layer/bandara.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icon/layer/bus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icon/layer/halte-tj.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icon/layer/keluarga.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icon/layer/kereta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icon/layer/kuliner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icon/layer/lrt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icon/layer/mice-venue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icon/layer/mrt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icon/layer/olahraga.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icon/layer/perbelanjaan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icon/layer/religi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icon/layer/rth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icon/layer/sejarah.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icon/layer/seni-budaya.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icon/layer/wisata-alam.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/icon/location-off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/icon/transportasi-off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/NavigationBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const NavigationBar = () => {
className="ms-auto fw-semibold"
style={{ fontSize: "calc(12px + 0.390625vw)" }}
>
<Nav.Link href="/">Home</Nav.Link>
<Nav.Link href="/jakspace-webgis">Home</Nav.Link>
<Nav.Link href="/jakspace-webgis/#/direction-map">Map</Nav.Link>
<Nav.Link href="/jakspace-webgis/#/storytelling">
Storytelling
Expand Down
24 changes: 18 additions & 6 deletions src/pages/DirectionMap/DirectionMap.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
}

.active {
background-color: limegreen;
border-color: limegreen;
background-color: #1a1d40;
border-color: #1a1d40;
}

/* WISATA */
Expand Down Expand Up @@ -103,12 +103,12 @@
}

#menu-wisata a.active {
background-color: limegreen;
background-color: #cc3433;
color: #ffffff;
}

#menu-wisata a.active:hover {
background: limegreen;
background: #cc3433;
}

/* TRANSPORTASI */
Expand Down Expand Up @@ -148,15 +148,27 @@
}

#menu-transportasi a.active {
background-color: #3887be;
background-color: #1a1d40;
color: #ffffff;
}

#menu-transportasi a.active:hover {
background: #3074a4;
background: #1a1d40;
}

.icon {
max-height: 30px;
max-width: 30px;
}

.mapbox-form-label {
background: #1a1d40;
}

.mapbox-directions-origin .mapbox-form-label {
background-color: #cc3433;
}

.mapbox-marker-drag-icon-step{
background-color: #cc3433;
}

0 comments on commit e4eca49

Please sign in to comment.