Skip to content
Snippets Groups Projects
Commit 725abd8b authored by Oleg Zinoviev's avatar Oleg Zinoviev
Browse files

MAGETWO-36026: [UI] Checkout: Payment Information

- QA updates
parent b427e3c4
No related merge requests found
...@@ -276,6 +276,9 @@ ...@@ -276,6 +276,9 @@
.css(max-width, @checkout-shipping-address__max-width); .css(max-width, @checkout-shipping-address__max-width);
} }
} }
.table-checkout-shipping-method {
width: auto;
}
} }
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__l) { .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__l) {
...@@ -312,4 +315,7 @@ ...@@ -312,4 +315,7 @@
} }
} }
} }
.table-checkout-shipping-method {
min-width: 500px;
}
} }
...@@ -9,29 +9,34 @@ ...@@ -9,29 +9,34 @@
& when (@media-common = true) { & when (@media-common = true) {
.load.indicator { .load.indicator {
.loader(); .loader();
position: absolute; position: absolute;
> span { > span {
display: none; display: none;
}
} }
}
.loading-mask { .loading-mask {
.loading-mask(); .loading-mask();
background: rgba(255, 255, 255, .5); background: rgba(255, 255, 255, .5);
.loader { .loader {
> img { > img {
.loading-mask(); .loading-mask();
} }
> p { > p {
display: none; display: none;
}
} }
} }
}
._block-content-loading { body {
position: relative; > .loading-mask {
} z-index: @loader-overlay__z-index;
}
}
._block-content-loading {
position: relative;
}
} }
...@@ -295,6 +295,9 @@ ...@@ -295,6 +295,9 @@
.css(padding-bottom, @checkout-step-title__margin-bottom); .css(padding-bottom, @checkout-step-title__margin-bottom);
} }
} }
.table-checkout-shipping-method {
width: auto;
}
} }
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__l) { .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__l) {
...@@ -331,4 +334,7 @@ ...@@ -331,4 +334,7 @@
} }
} }
} }
.table-checkout-shipping-method {
min-width: 500px;
}
} }
...@@ -89,5 +89,5 @@ ...@@ -89,5 +89,5 @@
position: fixed; position: fixed;
right: 0; right: 0;
top: 0; top: 0;
z-index: @loader-overlay__z-index; z-index: 100;
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment