Skip to content

Commit

Permalink
Changed user location dot color to #3070B3 (#233)
Browse files Browse the repository at this point in the history
Co-authored-by: ge78fug <ge78fug@mytum.de>
  • Loading branch information
2 people authored and CommanderStorm committed Jan 5, 2023
1 parent 3076a3c commit b4cbb41
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions webclient/src/components/DetailsInteractiveMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,12 @@ function setOverlayImage(
margin-bottom: 10px;
aspect-ratio: 4 / 3; // Not yet supported by all browsers
/* --- User location dot --- */
.mapboxgl-user-location-dot, .mapboxgl-user-location-dot::before {
background-color: #3070B3;
}
> div {
padding-bottom: 75%; // 4:3 aspect ratio
border: 1px solid $border-light;
Expand Down

0 comments on commit b4cbb41

Please sign in to comment.