
.animated {
  &.pulse {
    animation: pulse;
  }

  &.pulse:hover {
    animation: none;
  }
}
