Back to home page

EIC code displayed by LXR

 
 

    


Warning, /iDDS/monitor/data/css/icons/font-awesome/scss/_list.scss is written in an unsupported language. File is not indexed.

0001 // List Icons
0002 // -------------------------
0003 
0004 .#{$fa-css-prefix}-ul {
0005   list-style-type: none;
0006   margin-left: $fa-li-width * 5/4;
0007   padding-left: 0;
0008 
0009   > li { position: relative; }
0010 }
0011 
0012 .#{$fa-css-prefix}-li {
0013   left: -$fa-li-width;
0014   position: absolute;
0015   text-align: center;
0016   width: $fa-li-width;
0017   line-height: inherit;
0018 }