Skip to content

Commit

Permalink
Animeringsfixar
Browse files Browse the repository at this point in the history
  • Loading branch information
bonny committed May 16, 2024
1 parent 2fc9abb commit d408d3e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion resources/views/components/events-map.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,10 @@ class EventsMap {
display: flex;
align-items: center;
justify-content: center;
transition: all .25s;
transition:
ease-in-out width .25s,
ease-in-out height .25s,
ease-in-out margin .25s;
}
.EventsMap-marker-icon--near,
Expand Down Expand Up @@ -466,6 +469,12 @@ class EventsMap {
z-index: 0;
background-size: cover;
background-repeat: no-repeat;
transition: ease-in-out width .25s, ease-in-out height .25s;
}
.EventsMap-marker-icon--nearer .EventsMap-marker-icon-innerIcon {
width: 30px;
height: 30px;
}
.EventsMap-marker-icon--nearer .EventsMap-marker-icon-inner {
Expand Down Expand Up @@ -522,6 +531,7 @@ class EventsMap {
/* Knife by Royyan Wijaya from <a href="https://thenounproject.com/browse/icons/term/knife/" target="_blank" title="Knife Icons">Noun Project</a> (CC BY 3.0) */
.EventsMap-marker-icon-innerIcon--knife {
background-image: url('/img/noun-knife-1659779.svg');
filter: invert(1);
}
/* Gun by David Khai from <a href="https://thenounproject.com/browse/icons/term/gun/" target="_blank" title="Gun Icons">Noun Project</a> (CC BY 3.0) */
Expand Down Expand Up @@ -560,6 +570,7 @@ class EventsMap {
/* burglary by Luis Prado from <a href="https://thenounproject.com/browse/icons/term/burglary/" target="_blank" title="burglary Icons">Noun Project</a> (CC BY 3.0) */
.EventsMap-marker-icon-innerIcon--burglary {
background-image: url('/img/noun-burglary-80199.svg');
filter: invert(1);
}
/* drunk driver by Clément Payot from <a href="https://thenounproject.com/browse/icons/term/drunk-driver/" target="_blank" title="drunk driver Icons">Noun Project</a> (CC BY 3.0) */
Expand Down

0 comments on commit d408d3e

Please sign in to comment.