/**
 * Animacion del spinner del formulario regalo.
 *
 * Los demas estilos estan en tailwind/custom/components/nr-gift-form.css
 * y se compilan en theme/style.css via PostCSS.
 *
 * @package NuevaRevista
 */

@keyframes nr-gift-spin {
	to { transform: rotate(360deg); }
}
