Skip to content

Commit

Permalink
Fixed static test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Idolov committed Jun 23, 2018
1 parent 080a6ec commit 3d1babc
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@

&._tooltip {
background: transparent;
margin: 0px 0px 8px 5px;
margin: 0 0 8px 5px;

a {
width: 21px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@

& when (@media-common = true) {
.multicheckout {
&.results, &.success {
&.results,
&.success {
h3 {
font-size: 1.6rem;
margin-bottom: @indent__base;
Expand All @@ -33,7 +34,7 @@

.shipping-list {
.shipping-item {
margin-left:84px;
margin-left: 84px;
}

.shipping-label {
Expand Down Expand Up @@ -66,11 +67,11 @@

.shipping-list {
.order-id {
float:left;
float: left;
}

.shipping-item {
margin-left:100px;
margin-left: 100px;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// /**
// * Copyright © Magento, Inc. All rights reserved.
// * See COPYING.txt for license details.
// */

& when (@media-common = true) {
.box-tocart {
.action.instant-purchase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
& when (@media-common = true) {

.multicheckout {
&.results, &.success {
&.results,
&.success {
h3 {
font-size: 1.6rem;
margin-bottom: @indent__base;
Expand All @@ -34,7 +35,7 @@

.shipping-list {
.shipping-item {
margin-left:84px;
margin-left: 84px;
}

.shipping-label {
Expand Down Expand Up @@ -67,10 +68,10 @@

.shipping-list {
.order-id {
float:left;
float: left;
}
.shipping-item {
margin-left:100px;
margin-left: 100px;
}
}
}
Expand Down Expand Up @@ -212,8 +213,8 @@
.block-content {
&:extend(.abs-add-clearfix all);
.title {
border-bottom: none;
padding-bottom: 0;
border-bottom: none;
padding-bottom: 0;
}
}

Expand Down Expand Up @@ -450,11 +451,11 @@
}

.col.item {
width: 75%;
width: 75%;
}
}

// Payment methods
// Payment methods
.methods-payment {
.item-content > .fieldset {
width: auto;
Expand Down

0 comments on commit 3d1babc

Please sign in to comment.