19 lines
322 B
SCSS
Raw Normal View History

2016-07-29 10:17:42 +05:30
// List Icons
// -------------------------
.#{$fa-css-prefix}-ul {
list-style-type: none;
2018-07-25 14:34:10 +01:00
margin-left: $fa-li-width * 5/4;
padding-left: 0;
2016-07-29 10:17:42 +05:30
> li { position: relative; }
}
2018-07-25 14:34:10 +01:00
2016-07-29 10:17:42 +05:30
.#{$fa-css-prefix}-li {
left: -$fa-li-width;
2018-07-25 14:34:10 +01:00
position: absolute;
2016-07-29 10:17:42 +05:30
text-align: center;
2018-07-25 14:34:10 +01:00
width: $fa-li-width;
line-height: inherit;
2016-07-29 10:17:42 +05:30
}