robertjohnson.work/assets/plugins/font-awesome/less/_list.less

19 lines
320 B
Plaintext
Raw Permalink Normal View History

2016-07-29 00:47:42 -04:00
// List Icons
// -------------------------
.@{fa-css-prefix}-ul {
list-style-type: none;
2018-07-25 09:34:10 -04:00
margin-left: @fa-li-width * 5/4;
padding-left: 0;
2016-07-29 00:47:42 -04:00
> li { position: relative; }
}
2018-07-25 09:34:10 -04:00
2016-07-29 00:47:42 -04:00
.@{fa-css-prefix}-li {
left: -@fa-li-width;
2018-07-25 09:34:10 -04:00
position: absolute;
2016-07-29 00:47:42 -04:00
text-align: center;
2018-07-25 09:34:10 -04:00
width: @fa-li-width;
line-height: inherit;
2016-07-29 00:47:42 -04:00
}