MAJ font-awesome
All checks were successful

This commit is contained in:
nyanloutre 2019-07-14 11:47:10 +02:00
parent 7688d1d8d9
commit 8515c71261
Signed by: nyanloutre
GPG key ID: 194A92D1103ACB2A
1624 changed files with 126715 additions and 1671 deletions

View file

@ -2,18 +2,17 @@
// -------------------------
.#{$fa-css-prefix}-ul {
padding-left: 0;
margin-left: $fa-li-width;
list-style-type: none;
margin-left: $fa-li-width * 5/4;
padding-left: 0;
> li { position: relative; }
}
.#{$fa-css-prefix}-li {
position: absolute;
left: -$fa-li-width;
width: $fa-li-width;
top: (2em / 14);
position: absolute;
text-align: center;
&.#{$fa-css-prefix}-lg {
left: -$fa-li-width + (4em / 14);
}
width: $fa-li-width;
line-height: inherit;
}