Skip to content

Commit

Permalink
PAYMENTS-4944 remove surplus whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
leeBigCommerce committed Jan 29, 2020
1 parent 5f3951d commit 14b473e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
height: 100%;
display: flex;
flex-flow: column nowrap;

&-row {
padding: 1.5rem;

Expand All @@ -48,7 +48,7 @@
height: 100%;
}
}

// fix
.button {
margin-bottom: 0;
Expand All @@ -60,11 +60,11 @@
display: flex;
flex-flow: row;
align-items: center;

&-icon {
margin-right: spacing("half");
width: remCalc(28px);

@include breakpoint("large") {
width: remCalc(42px);
}
Expand All @@ -73,7 +73,7 @@
&-title {
font-size: fontSize("smallest");
font-weight: fontWeight("semibold");

@include breakpoint("large") {
font-size: fontSize("base");
}
Expand Down
4 changes: 2 additions & 2 deletions templates/components/account/payment-methods-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h4 class="paymentMethodsTitle">
</svg>
{{/if}}
</div>
</div>
</div>
</div>
{{#if billing_address}}
<div class="paymentMethod-row">
Expand Down Expand Up @@ -80,7 +80,7 @@ <h4 class="paymentMethodsTitle">
<h5 class="newPaymentMethod-title">{{lang 'account.payment_methods.new_payment_method' }}</h5>
</a>
</div>
</div>
</div>
</div>
{{/if}}
</div>
Expand Down

0 comments on commit 14b473e

Please sign in to comment.