Update style

This commit is contained in:
Bruno SIMON
2016-06-08 17:34:01 +02:00
parent 5a9835dcbb
commit 4ecc6103f0
40 changed files with 6370 additions and 6 deletions
+19
View File
@@ -0,0 +1,19 @@
// List Icons
// -------------------------
.@{fa-css-prefix}-ul {
padding-left: 0;
margin-left: @fa-li-width;
list-style-type: none;
> li { position: relative; }
}
.@{fa-css-prefix}-li {
position: absolute;
left: -@fa-li-width;
width: @fa-li-width;
top: (2em / 14);
text-align: center;
&.@{fa-css-prefix}-lg {
left: (-@fa-li-width + (4em / 14));
}
}