You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
332 B

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