change structure

This commit is contained in:
ProgramSnail 2021-05-09 13:27:06 +03:00
parent aa829a984e
commit c67e5f0e20
1709 changed files with 0 additions and 0 deletions

View file

@ -1,19 +0,0 @@
// Animated Icons
// --------------------------
.@{fa-css-prefix}-spin {
animation: fa-spin 2s infinite linear;
}
.@{fa-css-prefix}-pulse {
animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}