web.lib.core.components.stuff.scss Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of code-quarkus Show documentation
Show all versions of code-quarkus Show documentation
Customize a Web Interface to generate Quarkus starter projects.
.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