Warning, /iDDS/monitor/data/css/icons/font-awesome/scss/_stacked.scss is written in an unsupported language. File is not indexed.
0001 // Stacked Icons
0002 // -------------------------
0003
0004 .#{$fa-css-prefix}-stack {
0005 display: inline-block;
0006 height: 2em;
0007 line-height: 2em;
0008 position: relative;
0009 vertical-align: middle;
0010 width: 2em;
0011 }
0012
0013 .#{$fa-css-prefix}-stack-1x,
0014 .#{$fa-css-prefix}-stack-2x {
0015 left: 0;
0016 position: absolute;
0017 text-align: center;
0018 width: 100%;
0019 }
0020
0021 .#{$fa-css-prefix}-stack-1x {
0022 line-height: inherit;
0023 }
0024
0025 .#{$fa-css-prefix}-stack-2x {
0026 font-size: 2em;
0027 }
0028
0029 .#{$fa-css-prefix}-inverse {
0030 color: $fa-inverse;
0031 }