Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
1,511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. div.paymentmethodlist>input[value="PAYPAL"] ~ label:after {
  2. background-repeat: no-repeat;
  3. background-image: url(/images/payments/paypal-640x188.png);
  4. background-size: 48px 14px;
  5. display: inline-block;
  6. width: 48px;
  7. height: 14px;
  8. content: "";
  9. margin-left: 20px;
  10. }
  11.  
  12. div.paymentmethodlist>input[value="CARD"] ~ label:after {
  13. background-repeat: no-repeat;
  14. background-image: url(/images/payments/visa-mastercard.png);
  15. background-size: 52px 14px;
  16. display: inline-block;
  17. width: 52px;
  18. height: 14px;
  19. content: "";
  20. margin-left: 20px;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement