css: Reorder hotspots.scss so `.hotspot-icon` are in same place.

This commit is contained in:
Vaibhav 2019-06-05 17:56:09 +05:30 committed by Tim Abbott
parent 3b6969e4c9
commit e664eb736a
1 changed files with 12 additions and 12 deletions

View File

@ -31,18 +31,6 @@
animation-iteration-count: infinite;
}
@keyframes pulsate {
0% {
-webkit-transform: scale(1.0, 1.0);
opacity: 0.8;
}
100% {
-webkit-transform: scale(2.2, 2.2);
opacity: 0.0;
}
}
.hotspot-icon .bounce {
-moz-animation: bounce 0.75s infinite;
-webkit-animation: bounce 0.75s infinite;
@ -59,6 +47,18 @@
font-weight: 600;
}
@keyframes pulsate {
0% {
-webkit-transform: scale(1.0, 1.0);
opacity: 0.8;
}
100% {
-webkit-transform: scale(2.2, 2.2);
opacity: 0.0;
}
}
@keyframes bounce {
0%,
100% {