Sha256: 1c8af9747380ddf5fa11dc13cac778b43eae792e4c5e7e8ecd00e67ad459fe1d
Contents?: true
Size: 634 Bytes
Versions: 4
Compression:
Stored size: 634 Bytes
Contents
// stacking icons // ------------------------- .@{fa-css-prefix}-stack { display: inline-block; height: 2em; line-height: 2em; position: relative; vertical-align: @fa-stack-vertical-align; width: @fa-stack-width; } .@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x { left: 0; position: absolute; text-align: center; width: 100%; z-index: ~'var(--@{fa-css-prefix}-stack-z-index, @{fa-stack-z-index})'; } .@{fa-css-prefix}-stack-1x { line-height: inherit; } .@{fa-css-prefix}-stack-2x { font-size: 2em; } .@{fa-css-prefix}-inverse { color: ~'var(--@{fa-css-prefix}-inverse, @{fa-inverse})'; }
Version data entries
4 entries across 4 versions & 1 rubygems