Private
Public Access
1
0

locally hosting fontawesome fonts

This commit is contained in:
Sander Roosendaal
2019-03-02 15:43:21 +01:00
parent 6502b59db1
commit 3247fe9387
5185 changed files with 248838 additions and 0 deletions

18
static/fontawesome/less/_list.less vendored Normal file
View File

@@ -0,0 +1,18 @@
// List Icons
// -------------------------
.@{fa-css-prefix}-ul {
list-style-type: none;
margin-left: @fa-li-width * 5/4;
padding-left: 0;
> li { position: relative; }
}
.@{fa-css-prefix}-li {
left: -@fa-li-width;
position: absolute;
text-align: center;
width: @fa-li-width;
line-height: inherit;
}