Back to home page

EIC code displayed by LXR

 
 

    


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

0001 // Bordered & Pulled
0002 // -------------------------
0003 
0004 .#{$fa-css-prefix}-border {
0005   border: solid .08em $fa-border-color;
0006   border-radius: .1em;
0007   padding: .2em .25em .15em;
0008 }
0009 
0010 .#{$fa-css-prefix}-pull-left { float: left; }
0011 .#{$fa-css-prefix}-pull-right { float: right; }
0012 
0013 .#{$fa-css-prefix},
0014 .fas,
0015 .far,
0016 .fal,
0017 .fab {
0018   &.#{$fa-css-prefix}-pull-left { margin-right: .3em; }
0019   &.#{$fa-css-prefix}-pull-right { margin-left: .3em; }
0020 }