.icon_pulse{animation:circle 1.2s steps(8) infinite}@keyframes circle{0%{transform:rotate(90deg)}to{transform:rotate(450deg)}}