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

19 wiersze
322 B
Plaintext
Czysty Zwykły widok Historia

2018-06-19 08:07:03 +00:00
// List Icons
// -------------------------
.@{fa-css-prefix}-ul {
list-style-type: none;
2019-04-18 14:23:51 +00:00
margin-left: (@fa-li-width * 5/4);
2018-06-19 20:25:40 +00:00
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
}