17 lines
252 B
Stylus
17 lines
252 B
Stylus
|
@import 'dijit_variables';
|
||
|
|
||
|
.{$theme-name} {
|
||
|
|
||
|
.dijitCalendarRtl .dijitCalendarDecrease {
|
||
|
&:before {
|
||
|
content: $calendar-icon-increase;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.dijitCalendarRtl .dijitCalendarIncrease {
|
||
|
&:before {
|
||
|
content: $calendar-icon-decrease;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
}
|