1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2024-11-05 11:31:42 +00:00
balkian.github.com/font-awesome/scss/_list.scss

19 lines
322 B
SCSS
Raw Normal View History

2015-12-08 16:13:36 +00:00
// List Icons
// -------------------------
.#{$fa-css-prefix}-ul {
list-style-type: none;
margin-left: $fa-li-width * 5/4;
padding-left: 0;
2015-12-08 16:13:36 +00:00
> li { position: relative; }
}
2015-12-08 16:13:36 +00:00
.#{$fa-css-prefix}-li {
left: -$fa-li-width;
position: absolute;
2015-12-08 16:13:36 +00:00
text-align: center;
width: $fa-li-width;
line-height: inherit;
2015-12-08 16:13:36 +00:00
}