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

16 lines
193 B
SCSS
Raw Normal View History

2022-07-02 15:50:52 -04:00
.chevron_right,
.chevron_left,
.arrow_back,
.playlist_add,
.shuffle,
.input,
.live_tv,
.dvr,
.shopping_cart,
.vpn_key,
.volume_up {
2022-07-02 15:50:52 -04:00
[dir='rtl'] & {
transform: scale(-1, 1);
}
}