1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/src/styles/rtl.scss

19 lines
234 B
SCSS
Raw Normal View History

2022-07-02 15:50:52 -04:00
.chevron_right,
.chevron_left,
.arrow_back,
2022-07-03 13:42:45 -04:00
.arrow_forward,
2022-07-02 15:50:52 -04:00
.playlist_add,
.shuffle,
.input,
.dvr,
.shopping_cart,
.vpn_key,
2022-07-03 12:14:39 -04:00
.volume_up,
2022-07-05 19:58:02 -04:00
.volume_off,
2022-07-08 23:55:10 -04:00
.message,
.clear_all {
2022-07-02 15:50:52 -04:00
[dir='rtl'] & {
transform: scale(-1, 1);
}
}