13 lines
262 B
SCSS
Raw Normal View History

2016-04-14 16:14:31 +02:00
@import "compass";
@import "theme_variables";
/********************************************************
Right to Left Styles
********************************************************/
* {
direction: rtl !important;
}
#page {
text-align: right !important;
}