Skip to content

Commit a667285

Browse files
author
Natalia Momotenko
committed
Merge remote-tracking branch 'origin/MAGETWO-39710' into PR
2 parents 743a4e5 + 4ff4299 commit a667285

File tree

5 files changed

+9
-12
lines changed

5 files changed

+9
-12
lines changed

app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout/_checkout.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
}
4545
}
4646

47-
.checkout-onepage-index {
47+
.checkout-index-index {
4848
.nav-sections,
4949
.nav-toggle {
5050
display: none;

app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout/_modals.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// _____________________________________________
1515

1616
& when (@media-common = true) {
17-
.checkout-onepage-index {
17+
.checkout-index-index {
1818
.modal-popup {
1919
.field-tooltip {
2020
.field-tooltip-content {
@@ -30,7 +30,7 @@
3030
// _____________________________________________
3131

3232
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
33-
.checkout-onepage-index {
33+
.checkout-index-index {
3434
.modal-popup {
3535
.form-shipping-address {
3636
.css(max-width, @checkout-shipping-address__max-width);
@@ -49,7 +49,7 @@
4949
}
5050

5151
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__l) {
52-
.checkout-onepage-index {
52+
.checkout-index-index {
5353
.modal-popup {
5454
.modal-inner-wrap {
5555
.css(margin-left, -(@checkout-modal-popup__width/2));

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_checkout.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
}
5050
}
5151

52-
.checkout-onepage-index {
52+
.checkout-index-index {
5353
.nav-sections,
5454
.nav-toggle {
5555
display: none;

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_modals.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// _____________________________________________
1515

1616
& when (@media-common = true) {
17-
.checkout-onepage-index {
17+
.checkout-index-index {
1818
.modal-popup {
1919
.field-tooltip {
2020
.field-tooltip-content {
@@ -43,7 +43,7 @@
4343
// _____________________________________________
4444

4545
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
46-
.checkout-onepage-index {
46+
.checkout-index-index {
4747
.modal-popup {
4848
.modal-footer {
4949
.action-save-address {
@@ -62,7 +62,7 @@
6262
// _____________________________________________
6363

6464
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
65-
.checkout-onepage-index {
65+
.checkout-index-index {
6666
.modal-popup {
6767
.form-shipping-address {
6868
.css(max-width, @checkout-shipping-address__max-width);
@@ -78,7 +78,7 @@
7878
}
7979

8080
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__l) {
81-
.checkout-onepage-index {
81+
.checkout-index-index {
8282
.modal-popup {
8383
.modal-inner-wrap {
8484
.css(margin-left, -(@checkout-modal-popup__width/2));

app/design/frontend/Magento/luma/Magento_Theme/web/css/source/_module.less

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,6 @@
255255
display: block;
256256
padding: @indent__s;
257257
text-align: center;
258-
.checkout-onepage-index & {
259-
margin-top: auto;
260-
}
261258
}
262259

263260
.page-header,

0 commit comments

Comments
 (0)