@keyframes animation-pulse{25%{transform:scale(1.1)}75%{transform:scale(.9)}}.animation-pulse:active,.animation-pulse:focus,.animation-pulse:hover{animation-name:animation-pulse;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}