2022-07-04 14:24:08 -04:00
|
|
|
@import '../assets/css/librarybrowser.scss';
|
|
|
|
|
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,
|
|
|
|
.live_tv,
|
|
|
|
.dvr,
|
|
|
|
.shopping_cart,
|
|
|
|
.vpn_key,
|
2022-07-03 12:14:39 -04:00
|
|
|
.volume_up,
|
|
|
|
.message {
|
2022-07-02 15:50:52 -04:00
|
|
|
[dir='rtl'] & {
|
|
|
|
transform: scale(-1, 1);
|
|
|
|
}
|
|
|
|
}
|
2022-07-03 11:58:08 -04:00
|
|
|
|
|
|
|
@media all and (min-width: 40em) {
|
|
|
|
.dashboardDocument .mainDrawer {
|
|
|
|
left: unset !important;
|
|
|
|
right: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dashboardDocument .skinBody {
|
|
|
|
left: 0 !important;
|
|
|
|
right: 20em !important;
|
|
|
|
}
|
|
|
|
}
|
2022-07-04 14:24:08 -04:00
|
|
|
|
|
|
|
.layout-mobile .mainDetailButtons {
|
|
|
|
padding-left: unset !important;
|
|
|
|
@include header-poster-padding-rtl;
|
|
|
|
|
|
|
|
@media all and (max-width: 32em) {
|
|
|
|
padding-left: unset !important;
|
|
|
|
padding-right: 0 Im !important;
|
|
|
|
}
|
|
|
|
}
|