This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/frontend/less/espo-rtl/bootstrap-rtl/responsive-embed-rtl.less
T
2017-01-11 15:11:12 +02:00

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;
}
}