site-max/vendor/font-awesome/scss/_list.scss

19 lines
322 B
SCSS
Raw Normal View History

2017-07-14 15:51:49 +02:00
// List Icons
// -------------------------
.#{$fa-css-prefix}-ul {
list-style-type: none;
2019-07-14 11:47:10 +02:00
margin-left: $fa-li-width * 5/4;
padding-left: 0;
2017-07-14 15:51:49 +02:00
> li { position: relative; }
}
2019-07-14 11:47:10 +02:00
2017-07-14 15:51:49 +02:00
.#{$fa-css-prefix}-li {
left: -$fa-li-width;
2019-07-14 11:47:10 +02:00
position: absolute;
2017-07-14 15:51:49 +02:00
text-align: center;
2019-07-14 11:47:10 +02:00
width: $fa-li-width;
line-height: inherit;
2017-07-14 15:51:49 +02:00
}