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 @@
.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) {
......@@ -312,4 +315,7 @@
}
}
}
.table-checkout-shipping-method {
min-width: 500px;
}
}
......@@ -9,29 +9,34 @@
& when (@media-common = true) {
.load.indicator {
.loader();
position: absolute;
> span {
display: none;
.load.indicator {
.loader();
position: absolute;
> span {
display: none;
}
}
}
.loading-mask {
.loading-mask();
background: rgba(255, 255, 255, .5);
.loader {
> img {
.loading-mask();
}
> p {
display: none;
.loading-mask {
.loading-mask();
background: rgba(255, 255, 255, .5);
.loader {
> img {
.loading-mask();
}
> p {
display: none;
}
}
}
}
._block-content-loading {
position: relative;
}
body {
> .loading-mask {
z-index: @loader-overlay__z-index;
}
}
._block-content-loading {
position: relative;
}
}
......@@ -295,6 +295,9 @@
.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) {
......@@ -331,4 +334,7 @@
}
}
}
.table-checkout-shipping-method {
min-width: 500px;
}
}
......@@ -89,5 +89,5 @@
position: fixed;
right: 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