af83/chouette-core

View on GitHub
app/packs/stylesheets/components/_loader.scss

Summary

Maintainability
Test Coverage
.isLoading {
  width: 40px;
  height: 40px;
  margin: 0 auto;

  .loader {
    width: 40px;
    height: 40px;
    background: url(images/loader.svg) no-repeat center center;
  }
}