dennispotter-cv/css/fontawesome/less/_list.less

19 lines
320 B
Plaintext
Raw Normal View History

2018-03-11 10:36:33 +00:00
// List Icons
// -------------------------
.@{fa-css-prefix}-ul {
list-style-type: none;
margin-left: @fa-li-width * 5/4;
padding-left: 0;
2018-03-11 10:36:33 +00:00
> li { position: relative; }
}
2018-03-11 10:36:33 +00:00
.@{fa-css-prefix}-li {
left: -@fa-li-width;
position: absolute;
2018-03-11 10:36:33 +00:00
text-align: center;
width: @fa-li-width;
line-height: inherit;
2018-03-11 10:36:33 +00:00
}