Some scss reorganizing
This commit is contained in:
parent
a0c65a6eef
commit
a01b428587
1 changed files with 18 additions and 24 deletions
|
@ -807,22 +807,16 @@
|
||||||
.layout-tv & {
|
.layout-tv & {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.layout-desktop [dir="rtl"] .detailPagePrimaryContainer {
|
.layout-desktop [dir="rtl"] &,
|
||||||
|
.layout-tv [dir="rtl"] & {
|
||||||
padding-right: 32.45vw;
|
padding-right: 32.45vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-desktop [dir="ltr"] .detailPagePrimaryContainer {
|
.layout-desktop [dir="ltr"] &,
|
||||||
padding-left: 32.45vw;
|
.layout-tv [dir="ltr"] & {
|
||||||
}
|
|
||||||
|
|
||||||
.layout-tv [dir="rtl"] .detailPagePrimaryContainer {
|
|
||||||
padding-right: 32.45vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.layout-tv [dir="ltr"] .detailPagePrimaryContainer {
|
|
||||||
padding-left: 32.45vw;
|
padding-left: 32.45vw;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-desktop .detailRibbon {
|
.layout-desktop .detailRibbon {
|
||||||
|
@ -839,20 +833,20 @@
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
flex: 1 0 0;
|
flex: 1 0 0;
|
||||||
}
|
|
||||||
|
|
||||||
.layout-mobile .infoWrapper {
|
.layout-mobile & {
|
||||||
@media all and (max-width: 32em) {
|
@media all and (max-width: 32em) {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile [dir="ltr"] .infoWrapper {
|
.layout-mobile [dir="ltr"] & {
|
||||||
@include header-poster-padding;
|
@include header-poster-padding;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile [dir="rtl"] .infoWrapper {
|
.layout-mobile [dir="rtl"] & {
|
||||||
@include header-poster-padding-rtl;
|
@include header-poster-padding-rtl;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.infoText {
|
.infoText {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue