.pulse-light{animation:pulse-light-animation 2s infinite;width:10px;height:10px;margin-left:6px;margin-right:12px;border-radius:50%}@keyframes pulse-light-animation{0%{box-shadow:0 0 0 0 rgba(0,0,0,.2)}to{box-shadow:0 0 0 15px transparent}}.pulse-dark{animation:pulse-dark-animation 2s infinite;width:10px;height:10px;margin-left:6px;margin-right:12px;border-radius:50%}@keyframes pulse-dark-animation{0%{box-shadow:0 0 0 0 hsla(0,0%,100%,.8)}to{box-shadow:0 0 0 15px transparent}}