apollodec/Apollo/bower_components/bootstrap-rtl/less/responsive-embed-rtl.less
saravanakumar_kandasami 7d72a0b91a updated code
2017-11-21 14:56:39 +05:30

16 lines
186 B
Plaintext

// RTL Embeds responsive
//
// Credit: Nicolas Gallagher and SUIT CSS.
.embed-responsive {
.embed-responsive-item,
iframe,
embed,
object {
right: 0;
left: auto;
}
}