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

fitnesse.resources.bootstrap-plus.css.custom-bootstrap-plus.css Maven / Gradle / Ivy

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