removed ignore

This commit is contained in:
Justin Wynn 2021-04-26 23:34:16 -04:00
parent 06aba35e28
commit 66abaf2961
76 changed files with 49634 additions and 1 deletions

19
public/vendor/font-awesome/less/list.less vendored Executable file
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));
}
}