mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-23 09:56:34 +02:00
Merge template update :
Update SB Admin template to last version (1.0.3). See : https://github.com/IronSummitMedia/startbootstrap-sb-admin/releases/tag/v1.0.3 Cleanup unnecessary files.
This commit is contained in:
parent
6029f2b624
commit
1192b5733b
49 changed files with 842 additions and 1188 deletions
29
font-awesome/scss/_spinning.scss
vendored
Normal file
29
font-awesome/scss/_spinning.scss
vendored
Normal file
|
@ -0,0 +1,29 @@
|
|||
// Spinning Icons
|
||||
// --------------------------
|
||||
|
||||
.#{$fa-css-prefix}-spin {
|
||||
-webkit-animation: fa-spin 2s infinite linear;
|
||||
animation: fa-spin 2s infinite linear;
|
||||
}
|
||||
|
||||
@-webkit-keyframes fa-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(359deg);
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes fa-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(359deg);
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue