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

13 lines
262 B
SCSS

@import "compass";
@import "theme_variables";
/********************************************************
Right to Left Styles
********************************************************/
* {
direction: rtl !important;
}
#page {
text-align: right !important;
}