responsive-embed-rtl.less 186 B

12345678910111213141516
  1. // RTL Embeds responsive
  2. //
  3. // Credit: Nicolas Gallagher and SUIT CSS.
  4. .embed-responsive {
  5. .embed-responsive-item,
  6. iframe,
  7. embed,
  8. object {
  9. right: 0;
  10. left: auto;
  11. }
  12. }