summaryrefslogtreecommitdiffstats
path: root/install/ui/less/font-awesome/list.less
blob: 346f742c56c32e01695a786746bfeb57610c3253 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// List Icons
// -------------------------

.fa-ul {
  padding-left: 0;
  margin-left: @fa-li-width;
  list-style-type: none;
  > li { position: relative; }
}
.fa-li {
  position: absolute;
  left: -@fa-li-width;
  width: @fa-li-width;
  top: (2em / 14);
  text-align: center;
  &.fa-lg {
    left: -@fa-li-width + (4em / 14);
  }
}