acklen-keystone
Version:
Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose
21 lines (19 loc) • 473 B
text/less
html[dir="rtl"] {
.DayPicker--horizontal {
.DayPickerNavigation--horizontal {
.DayPickerNavigation__prev,
.DayPickerNavigation__next {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
}
}
.DateRangePickerInput {
.DateRangePickerInput__arrow {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
}
}