Release 5.0.0-beta1

This commit is contained in:
robmadole
2017-08-04 16:31:50 -05:00
committed by Rob Madole
parent b00a5b8bff
commit 2c521ab02f
310 changed files with 37283 additions and 19751 deletions

View File

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