mirror of https://github.com/zulip/zulip.git
css: Reorder hotspots.scss so `.hotspot-icon` are in same place.
This commit is contained in:
parent
3b6969e4c9
commit
e664eb736a
|
@ -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% {
|
||||
|
|
Loading…
Reference in New Issue