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/normalize-rtl.less
T
2017-01-11 15:11:12 +02:00

16 lines
122 B
Plaintext

//
// 1. Set direction to RTL
//
html {
direction: rtl;
}
//
// Remove default margin.
//
body {
direction: rtl;
}