@keyframes pulse {
	0% {
		background-color: $white
	}

	30% {
		background-color: rgba($primary-color, .05)
	}

	0% {
		background-color: $white
	}
}