mirror of
https://github.com/ProgramSnail/python_web_proj_2021.git
synced 2025-12-27 04:48:43 +00:00
change structure
This commit is contained in:
parent
aa829a984e
commit
c67e5f0e20
1709 changed files with 0 additions and 0 deletions
19
app/static/fontawesome/less/_animated.less
vendored
Normal file
19
app/static/fontawesome/less/_animated.less
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
// 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