
fitnesse.resources.bootstrap-plus.css.custom-bootstrap-plus.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fitnesse-bootstrap-plus-theme
Show all versions of fitnesse-bootstrap-plus-theme
Makes FitNesse more user friendly
The newest version!
/* Add loading spinner styles */
.fa-spinner {
animation: spin 1s infinite linear;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy