nunta/vendor/fontawesome-free/less/_list.less

19 lines
322 B
Plaintext
Raw Normal View History

2014-10-31 01:59:32 +01:00
// List Icons
// -------------------------
.@{fa-css-prefix}-ul {
list-style-type: none;
2019-03-26 07:00:45 +01:00
margin-left: (@fa-li-width * 5/4);
padding-left: 0;
2014-10-31 01:59:32 +01:00
> li { position: relative; }
}
2014-10-31 01:59:32 +01:00
.@{fa-css-prefix}-li {
left: -@fa-li-width;
position: absolute;
2014-10-31 01:59:32 +01:00
text-align: center;
width: @fa-li-width;
line-height: inherit;
2014-10-31 01:59:32 +01:00
}