/** generated from ripple.pcss **/
span.monster-fx-ripple {
	position: absolute;
	border-radius: 50%;
	transform: scale(0);
	animation: monster-fx-ripple 0.6s linear;
	background-color: hsla(0, 0%, 100%, 0.7);
}
@keyframes monster-fx-ripple {
	to {
		transform: scale(4);
		opacity: 0;
	}
}
