mirror of
https://github.com/ProgramSnail/python_web_proj_2021.git
synced 2025-12-26 04:18:43 +00:00
added basics, w3-css? font awesome
This commit is contained in:
parent
1538da796e
commit
f5beb70c3d
1706 changed files with 135206 additions and 0 deletions
19
static/fontawesome/less/_animated.less
vendored
Normal file
19
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