2013-10-22 15:55:08 -04:00
|
|
|
// Stacked Icons
|
|
|
|
// -------------------------
|
|
|
|
|
|
|
|
.@{fa-css-prefix}-stack {
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
width: 2em;
|
|
|
|
height: 2em;
|
|
|
|
line-height: 2em;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2014-04-17 11:40:56 -07:00
|
|
|
.@{fa-css-prefix}-stack-1x,
|
|
|
|
.@{fa-css-prefix}-stack-2x,
|
|
|
|
.@{fa-css-prefix}-stack-corner-nw,
|
|
|
|
.@{fa-css-prefix}-stack-corner-ne,
|
|
|
|
.@{fa-css-prefix}-stack-corner-sw,
|
|
|
|
.@{fa-css-prefix}-stack-corner-se {
|
2013-10-22 15:55:08 -04:00
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2014-04-17 11:40:56 -07:00
|
|
|
.@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x {
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
.@{fa-css-prefix}-stack-1x + .@{fa-css-prefix}-stack-corner-nw,
|
|
|
|
.@{fa-css-prefix}-stack-1x + .@{fa-css-prefix}-stack-corner-ne,
|
|
|
|
.@{fa-css-prefix}-stack-1x + .@{fa-css-prefix}-stack-corner-sw,
|
|
|
|
.@{fa-css-prefix}-stack-1x + .@{fa-css-prefix}-stack-corner-se {
|
|
|
|
font-size: 0.5em;
|
|
|
|
}
|
|
|
|
.@{fa-css-prefix}-stack-2x + .@{fa-css-prefix}-stack-corner-nw,
|
|
|
|
.@{fa-css-prefix}-stack-2x + .@{fa-css-prefix}-stack-corner-ne,
|
|
|
|
.@{fa-css-prefix}-stack-2x + .@{fa-css-prefix}-stack-corner-sw,
|
|
|
|
.@{fa-css-prefix}-stack-2x + .@{fa-css-prefix}-stack-corner-se {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
.@{fa-css-prefix}-stack-corner-se,
|
|
|
|
.@{fa-css-prefix}-stack-corner-sw,
|
|
|
|
.@{fa-css-prefix}-stack-corner-ne,
|
|
|
|
.@{fa-css-prefix}-stack-corner-nw,
|
|
|
|
.@{fa-css-prefix}-inverse + .@{fa-css-prefix}-stack-corner-se,
|
|
|
|
.@{fa-css-prefix}-inverse + .@{fa-css-prefix}-stack-corner-sw,
|
|
|
|
.@{fa-css-prefix}-inverse + .@{fa-css-prefix}-stack-corner-ne,
|
|
|
|
.@{fa-css-prefix}-inverse + .@{fa-css-prefix}-stack-corner-nw { text-shadow: 0 0 3px #fff; }
|
|
|
|
|
|
|
|
.@{fa-css-prefix}-inverse.@{fa-css-prefix}-stack-corner-se,
|
|
|
|
.@{fa-css-prefix}-inverse.@{fa-css-prefix}-stack-corner-sw,
|
|
|
|
.@{fa-css-prefix}-inverse.@{fa-css-prefix}-stack-corner-ne,
|
|
|
|
.@{fa-css-prefix}-inverse.@{fa-css-prefix}-stack-corner-nw { text-shadow: 0 0 3px #000; }
|
|
|
|
|
2013-10-23 00:32:30 -04:00
|
|
|
.@{fa-css-prefix}-stack-1x { line-height: inherit; }
|
|
|
|
.@{fa-css-prefix}-stack-2x { font-size: 2em; }
|
2014-04-17 11:40:56 -07:00
|
|
|
.@{fa-css-prefix}-stack-corner-se { bottom: 1em; right: 0.5em; }
|
|
|
|
.@{fa-css-prefix}-stack-corner-sw { bottom: 1em; left: 0.5em; }
|
|
|
|
.@{fa-css-prefix}-stack-corner-ne { top: 1em; right: 0.5em; }
|
|
|
|
.@{fa-css-prefix}-stack-corner-nw { top: 1em; left: 0.5em; }
|
2013-10-23 00:24:08 -04:00
|
|
|
.@{fa-css-prefix}-inverse { color: @fa-inverse; }
|