Back to home page

EIC code displayed by LXR

 
 

    


Warning, /iDDS/monitor/data/css/icons/font-awesome/less/_stacked.less 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, .@{fa-css-prefix}-stack-2x {
0014   left: 0;
0015   position: absolute;
0016   text-align: center;
0017   width: 100%;
0018 }
0019 
0020 .@{fa-css-prefix}-stack-1x { line-height: inherit; }
0021 .@{fa-css-prefix}-stack-2x { font-size: 2em; }
0022 .@{fa-css-prefix}-inverse { color: @fa-inverse; }