All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web.lib.core.components.stuff.scss Maven / Gradle / Ivy

There is a newer version: 37
Show newest version

.animate-spin {

  svg {
    animation: spin 1s linear infinite;
  }

  @keyframes spin {
    100% { transform: rotate(360deg); }
  }
}

.loader-or-error {
  text-align: center;
  margin: 50px 0;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy