Skip to content

Commit

Permalink
fix: remove ps_checkout specific rules
Browse files Browse the repository at this point in the history
  • Loading branch information
tblivet committed Jul 31, 2023
1 parent bad22db commit b743a1b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
10 changes: 0 additions & 10 deletions src/scss/custom/modules/_checkout.scss

This file was deleted.

1 change: 0 additions & 1 deletion src/scss/custom/modules/_index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@import "featuredproducts";
@import "checkout";
@import "contactform";
@import "contactinfo";
@import "emailsubscriptions";
Expand Down
4 changes: 2 additions & 2 deletions templates/checkout/_partials/steps/payment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
/>

<span class="d-flex flex-wrap gap-1 align-items-center flex-grow-1">
{$option.call_to_action_text}
{if $option.logo}
<img class="flex-shrink-0" src="{$option.logo}" loading="lazy">
<img class="flex-shrink-0 me-2" src="{$option.logo}" loading="lazy">
{/if}
{$option.call_to_action_text}
</span>
</label>

Expand Down

0 comments on commit b743a1b

Please sign in to comment.