Skip to content

Commit

Permalink
Fix credit logotypes, Add credit logotypes to Presta 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
regdos committed Apr 3, 2024
1 parent 289d50a commit 1051212
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 44 deletions.
35 changes: 34 additions & 1 deletion payu/css/payu.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,42 @@ p.payment_module a.payu_main {
}

p.payment_module a.payu_main {
padding: 33px 40px 34px 80px;
padding: 33px 40px 34px 75px;
}

p.payment_module a.payu_klarna {
background: url('../img/payu_later_klarna_logo.svg') 15px 33px no-repeat #fbfbfb;
}

p.payment_module a.payu_klarna {
padding: 33px 40px 34px 90px;
}

p.payment_module a.payu_paypo {
background: url('../img/payu_later_paypo_logo.svg') 15px 33px no-repeat #fbfbfb;
}

p.payment_module a.payu_paypo {
padding: 33px 40px 34px 115px;
}

p.payment_module a.payu_twisto {
background: url('../img/payu_later_twisto_logo.svg') 15px 33px no-repeat #fbfbfb;
}

p.payment_module a.payu_twisto {
padding: 33px 40px 34px 110px;
}

p.payment_module a.payu_installment {
background: url('../img/payu_installment.svg') 15px 33px no-repeat #fbfbfb;
}

p.payment_module a.payu_installment {
padding: 33px 40px 34px 120px;
}


p.payment_module a.payu:after, .payu-payment-credit-tile:after {
display: block;
content: "\f054";
Expand Down
6 changes: 3 additions & 3 deletions payu/img/payu_installment.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 14 additions & 13 deletions payu/img/payu_later_klarna_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 13 additions & 12 deletions payu/img/payu_later_paypo_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1051212

Please sign in to comment.