OpenBuilds-CONTROL/app/lib/fontawesome5/scss/_list.scss

19 wiersze
322 B
SCSS

2018-06-19 08:07:03 +00:00
// List Icons
// -------------------------
.#{$fa-css-prefix}-ul {
list-style-type: none;
2018-06-19 20:25:40 +00:00
margin-left: $fa-li-width * 5/4;
padding-left: 0;
2018-06-19 08:07:03 +00:00
> li { position: relative; }
}
2018-06-19 20:25:40 +00:00
2018-06-19 08:07:03 +00:00
.#{$fa-css-prefix}-li {
left: -$fa-li-width;
2018-06-19 20:25:40 +00:00
position: absolute;
2018-06-19 08:07:03 +00:00
text-align: center;
2018-06-19 20:25:40 +00:00
width: $fa-li-width;
line-height: inherit;
2018-06-19 08:07:03 +00:00
}