i want to change this line
body{direction: ltr;}
to
body{direction: rtl;}
because RTL not working in odoo12 or didn't applied in the files
How can i do that please ? i searched for the file web.assets_frontend.0.css but didn't found it, i find out that it's in bundle
so how can i modify the code of it ?
is it in
/website/static/src/scss/website.ui.scss
?
Thank you