Skip to content

Commit

Permalink
Större ikoner nära
Browse files Browse the repository at this point in the history
  • Loading branch information
bonny committed May 12, 2024
1 parent 65bb5e7 commit 350a0ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion resources/views/components/events-map.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ className: 'EventsMap-marker-icon EventsMap-marker-icon--far',
var markerIconNear = L.divIcon({
className: 'EventsMap-marker-icon EventsMap-marker-icon--near',
iconSize: [20, 20],
iconSize: [25, 25],
});
class EventsMap {
Expand Down Expand Up @@ -298,6 +298,10 @@ class EventsMap {
border: 1px solid rgba(255, 255, 255, .25);
}
.EventsMap-marker-icon--near {
border: 2px solid rgba(255, 255, 255, .5);
}
.EventsMap-marker-content {
display: flex;
flex-direction: row;
Expand Down

0 comments on commit 350a0ca

Please sign in to comment.