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

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x { line-height: inherit; }
.fa-stack-2x { font-size: 2em; }
.fa-inverse { color: @fa-inverse; }