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,18 +0,0 @@
1
-// List Icons
2
-// -------------------------
3
-
4
-.#{$fa-css-prefix}-ul {
5
-  list-style-type: none;
6
-  margin-left: $fa-li-width * 5/4;
7
-  padding-left: 0;
8
-
9
-  > li { position: relative; }
10
-}
11
-
12
-.#{$fa-css-prefix}-li {
13
-  left: -$fa-li-width;
14
-  position: absolute;
15
-  text-align: center;
16
-  width: $fa-li-width;
17
-  line-height: inherit;
18
-}
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,18 @@
1
+// List Icons
2
+// -------------------------
3
+
4
+.#{$fa-css-prefix}-ul {
5
+  list-style-type: none;
6
+  margin-left: $fa-li-width * 5/4;
7
+  padding-left: 0;
8
+
9
+  > li { position: relative; }
10
+}
11
+
12
+.#{$fa-css-prefix}-li {
13
+  left: -$fa-li-width;
14
+  position: absolute;
15
+  text-align: center;
16
+  width: $fa-li-width;
17
+  line-height: inherit;
18
+}