Vous êtes connecté en tant que anonymous Se Deconnecter
Browse code

intitial commit to branch nude-framework

git authored on 14/03/2019 10:43:54
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,19 +0,0 @@
1
-// Animated Icons
2
-// --------------------------
3
-
4
-.@{fa-css-prefix}-spin {
5
-  animation: fa-spin 2s infinite linear;
6
-}
7
-
8
-.@{fa-css-prefix}-pulse {
9
-  animation: fa-spin 1s infinite steps(8);
10
-}
11
-
12
-@keyframes fa-spin {
13
-  0% {
14
-    transform: rotate(0deg);
15
-  }
16
-  100% {
17
-    transform: rotate(360deg);
18
-  }
19
-}
Browse code

commit initial de la branch template-meny

git authored on 14/03/2019 10:30:11
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,19 @@
1
+// Animated Icons
2
+// --------------------------
3
+
4
+.@{fa-css-prefix}-spin {
5
+  animation: fa-spin 2s infinite linear;
6
+}
7
+
8
+.@{fa-css-prefix}-pulse {
9
+  animation: fa-spin 1s infinite steps(8);
10
+}
11
+
12
+@keyframes fa-spin {
13
+  0% {
14
+    transform: rotate(0deg);
15
+  }
16
+  100% {
17
+    transform: rotate(360deg);
18
+  }
19
+}