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,22 +0,0 @@
1
-// Stacked Icons
2
-// -------------------------
3
-
4
-.@{fa-css-prefix}-stack {
5
-  display: inline-block;
6
-  height: 2em;
7
-  line-height: 2em;
8
-  position: relative;
9
-  vertical-align: middle;
10
-  width: 2em;
11
-}
12
-
13
-.@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x {
14
-  left: 0;
15
-  position: absolute;
16
-  text-align: center;
17
-  width: 100%;
18
-}
19
-
20
-.@{fa-css-prefix}-stack-1x { line-height: inherit; }
21
-.@{fa-css-prefix}-stack-2x { font-size: 2em; }
22
-.@{fa-css-prefix}-inverse { color: @fa-inverse; }
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,22 @@
1
+// Stacked Icons
2
+// -------------------------
3
+
4
+.@{fa-css-prefix}-stack {
5
+  display: inline-block;
6
+  height: 2em;
7
+  line-height: 2em;
8
+  position: relative;
9
+  vertical-align: middle;
10
+  width: 2em;
11
+}
12
+
13
+.@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x {
14
+  left: 0;
15
+  position: absolute;
16
+  text-align: center;
17
+  width: 100%;
18
+}
19
+
20
+.@{fa-css-prefix}-stack-1x { line-height: inherit; }
21
+.@{fa-css-prefix}-stack-2x { font-size: 2em; }
22
+.@{fa-css-prefix}-inverse { color: @fa-inverse; }