biofriction-wp-theme/node_modules/@fortawesome/fontawesome-free/less/_list.less

19 lines
322 B
Plaintext
Raw Normal View History

2021-02-18 15:27:46 +01:00
// List Icons
// -------------------------
2021-10-26 14:18:09 +02:00
.@{fa-css-prefix}-ul {
2021-02-18 15:27:46 +01:00
list-style-type: none;
2021-10-26 14:18:09 +02:00
margin-left: (@fa-li-width * 5/4);
2021-02-18 15:27:46 +01:00
padding-left: 0;
> li { position: relative; }
}
2021-10-26 14:18:09 +02:00
.@{fa-css-prefix}-li {
left: -@fa-li-width;
2021-02-18 15:27:46 +01:00
position: absolute;
text-align: center;
2021-10-26 14:18:09 +02:00
width: @fa-li-width;
2021-02-18 15:27:46 +01:00
line-height: inherit;
}