update to fontawesome 4
[bootswatch] / bower_components / font-awesome / src / assets / font-awesome / less / stacked.less
1 ---
2 ---
3
4 // Stacked Icons
5 // -------------------------
6
7 .@{fa-css-prefix}-stack {
8   position: relative;
9   display: inline-block;
10   width: 2em;
11   height: 2em;
12   line-height: 2em;
13   vertical-align: middle;
14 }
15 .@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x {
16   position: absolute;
17   left: 0;
18   width: 100%;
19   text-align: center;
20 }
21 .@{fa-css-prefix}-stack-1x { line-height: inherit; }
22 .@{fa-css-prefix}-stack-2x { font-size: 2em; }
23 .@{fa-css-prefix}-inverse { color: @fa-inverse; }