/* EDIT THIS: custom-style.css
   Customize share button animation, colors, or layout here.
*/

.nup-single-share-btn.pulse {
  animation: pulse 1.2s infinite;
}
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.03); }
  100% { transform: scale(1); }
}
