Globe: Add hover on marker dot, Comment code
This commit is contained in:
@@ -112,3 +112,17 @@
|
||||
0% { transform: translateY(0); }
|
||||
50% { transform: translateY(-3px); }
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
** Globe
|
||||
*/
|
||||
// Marker
|
||||
@keyframes globeMarkerPulse {
|
||||
0% {
|
||||
box-shadow: 0 0 0 0 rgba($color-secondary, 1);
|
||||
}
|
||||
100% {
|
||||
box-shadow: 0 0 0 32px rgba(#fff, 0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user