utilities-rtl.less 277 B

12345678910111213141516
  1. //
  2. // Temporary RTL style to fix bugs rapidly.
  3. // They will move to some place more appropriate later.
  4. // --------------------------------------------------
  5. .pull-right {
  6. &.flip {
  7. float: left !important;
  8. }
  9. }
  10. .pull-left {
  11. &.flip {
  12. float: right !important;
  13. }
  14. }