Skip to content

Commit

Permalink
Merge pull request #2325 from andriiVitvitskyi1990/PAYPAL-1843
Browse files Browse the repository at this point in the history
feat(payment): PAYPAL-1843 removed unnecessary block of code and corresponding styles
  • Loading branch information
andriiVitvitskyi1990 authored Feb 8, 2023
2 parents f25eaa0 + f288aff commit baae0be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
6 changes: 0 additions & 6 deletions assets/scss/layouts/footer/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,6 @@
margin: 0;
}

> .paypal-credit {
color: stencilColor("color-textSecondary");
font-size: fontSize("tiny");
margin: 1em 0 2em;
}

a {
color: stencilColor("color-textSecondary");
text-decoration: none;
Expand Down
5 changes: 0 additions & 5 deletions templates/components/common/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@ <h3 class="footer-info-heading">{{lang 'footer.info'}}</h3>
{{> components/common/payment-icons}}
</article>
</section>
{{#if settings.paypal_commerce_credit_message}}
<div class="footer-copyright">
<p class="paypal-credit">{{nl2br settings.paypal_commerce_credit_message}}</p>
</div>
{{/if}}
{{#if theme_settings.show_powered_by}}
<div class="footer-copyright">
<p class="powered-by">{{lang 'footer.powered_by'}} <a href="https://www.bigcommerce.com?utm_source=merchant&amp;utm_medium=poweredbyBC" rel="nofollow">BigCommerce</a></p>
Expand Down

0 comments on commit baae0be

Please sign in to comment.