mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 03:55:56 +00:00
17 lines
252 B
Stylus
Executable File
17 lines
252 B
Stylus
Executable File
@import 'dijit_variables';
|
|
|
|
.{$theme-name} {
|
|
|
|
.dijitCalendarRtl .dijitCalendarDecrease {
|
|
&:before {
|
|
content: $calendar-icon-increase;
|
|
}
|
|
}
|
|
|
|
.dijitCalendarRtl .dijitCalendarIncrease {
|
|
&:before {
|
|
content: $calendar-icon-decrease;
|
|
}
|
|
}
|
|
|
|
} |