/**
 * Provides styles changes to the ajax spinner.
 *
 * Extends stable9/css/system/components/ajax-progress.module.css
 */

.ajax-progress.ajax-progress-fullscreen {
  background-image: url("../../images/spinner.svg");
  background-repeat: no-repeat;
  background-color: transparent;
}
