shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

_bordered-pulled.scss (348B)


      1 // Bordered & Pulled
      2 // -------------------------
      3 
      4 .#{$fa-css-prefix}-border {
      5   padding: .2em .25em .15em;
      6   border: solid .08em $fa-border-color;
      7   border-radius: .1em;
      8 }
      9 
     10 .pull-right { float: right; }
     11 .pull-left { float: left; }
     12 
     13 .#{$fa-css-prefix} {
     14   &.pull-left { margin-right: .3em; }
     15   &.pull-right { margin-left: .3em; }
     16 }