hotel_commerce/themes/hotel-reservation-theme/css/rtl.css
2023-06-26 13:09:26 +05:30

11 lines
255 B
CSS

/********************************************************
Right to Left Styles
********************************************************/
* {
direction: rtl !important; }
#page {
text-align: right !important; }
/*# sourceMappingURL=rtl.css.map */