Globe: Add hover on marker dot, Comment code

This commit is contained in:
2020-04-09 23:10:50 +02:00
parent 67902bc5a8
commit a4feadb80f
3 changed files with 114 additions and 78 deletions

View File

@@ -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);
}
}