Fixed scss ordering
This commit is contained in:
committed by
Bill Thornton
parent
7285f12f13
commit
0579c43122
@@ -610,11 +610,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.layout-mobile & {
|
||||
padding-left: 5% !important;
|
||||
padding-right: 5% !important;
|
||||
}
|
||||
|
||||
[dir="ltr"] & {
|
||||
padding-left: 32.45vw;
|
||||
padding-right: 2%;
|
||||
@@ -624,6 +619,11 @@
|
||||
padding-right: 32.45vw;
|
||||
padding-left: 2%;
|
||||
}
|
||||
|
||||
.layout-mobile & {
|
||||
padding-left: 5%;
|
||||
padding-right: 5%;
|
||||
}
|
||||
}
|
||||
|
||||
.detailSectionContent a {
|
||||
|
||||
Reference in New Issue
Block a user