minor tweak to ping effect

This commit is contained in:
Jeff Atwood 2016-11-08 03:57:32 -08:00
parent b7532b5247
commit ba4ef3424f
1 changed files with 5 additions and 5 deletions

View File

@ -167,12 +167,12 @@ body {
}
.ring {
top: -13.4px !important;
right: 22.4px !important;
border-radius: 15px;
top: -13px !important;
right: 21px !important;
border-radius: 100%;
width: 20px;
height: 20px;
border: solid #FF0000 1px;
border: solid #090 3px;
-moz-animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
-webkit-transform-origin: center;
@ -193,7 +193,7 @@ body {
opacity: 1;
}
to {
$scale: 2.5;
$scale: 2;
transform: scale($scale);
-ms-transform: scale($scale);
-webkit-transform: scale($scale);