Advertisement
Guest User

Untitled

a guest
Jan 17th, 2020
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. // Mobile styles
  2.  
  3. .mobile-payment-tooltip-block .mobile-payment-tooltip-merchant-wazobet {
  4. position: relative;
  5. display: flex;
  6. flex-direction: column;
  7. justify-content: center;
  8. align-items: center;
  9. width: 100%;
  10. height: 135px;
  11. background: url(../img/wazobet_mobile.png) no-repeat;
  12. background-size: cover !important;
  13. border-radius: 4px;
  14. padding: 0 !important;
  15. min-width: initial;
  16. border: 0;
  17. }
  18.  
  19. .mobile-payment-tooltip-block .mobile-payment-tooltip .mobile-payment-tooltip-close::before, .mobile-payment-tooltip-block .mobile-payment-tooltip .mobile-payment-tooltip-close::after {
  20. width: 15px;
  21. height: 2px;
  22. top: 4px;
  23. background: white;
  24. position: absolute;
  25. content: '';
  26. }
  27.  
  28. .mobile-payment-tooltip-block .mobile-payment-tooltip-merchant-wazobet .mobile-payment-tooltip-btn {
  29. position: relative;
  30. top: 10px;
  31. left: 5px;
  32. width: 107px;
  33. height: 47px;
  34. background-image: url(../img/button_wazobet.png);
  35. background-repeat: no-repeat;
  36. background-position-y: -56px;
  37. background-position-x: -4px;
  38. float: none;
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement