mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
18 lines
234 B
SCSS
18 lines
234 B
SCSS
.chevron_right,
|
|
.chevron_left,
|
|
.arrow_back,
|
|
.arrow_forward,
|
|
.playlist_add,
|
|
.shuffle,
|
|
.input,
|
|
.dvr,
|
|
.shopping_cart,
|
|
.vpn_key,
|
|
.volume_up,
|
|
.volume_off,
|
|
.message,
|
|
.clear_all {
|
|
[dir='rtl'] & {
|
|
transform: scale(-1, 1);
|
|
}
|
|
}
|