add local copy of fontawesome-free-5.8.1-web
This commit is contained in:
parent
2fb0789e69
commit
25bc0413e0
1603 changed files with 125093 additions and 0 deletions
20
static/fontawesome-free-5.8.1-web/scss/_animated.scss
Normal file
20
static/fontawesome-free-5.8.1-web/scss/_animated.scss
Normal file
|
@ -0,0 +1,20 @@
|
|||
// 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);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue