New UI layout
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.

_bordered_pulled.scss 507B

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