github.com/oinume/lekcije@v0.0.0-20231017100347-5b4c5eb6ab24/frontend/lib/fontawesome/web-fonts-with-css/less/_list.less (about) 1 // List Icons 2 // ------------------------- 3 4 .@{fa-css-prefix}-ul { 5 list-style-type: none; 6 margin-left: @fa-li-width * 5/4; 7 padding-left: 0; 8 9 > li { position: relative; } 10 } 11 12 .@{fa-css-prefix}-li { 13 left: -@fa-li-width; 14 position: absolute; 15 text-align: center; 16 width: @fa-li-width; 17 line-height: inherit; 18 }