bongzilla

Untitled

Jul 22nd, 2022 (edited)
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. <style>
  2. .fs-pagination-page:not(:last-child) {
  3. margin-right: 10px;
  4. }
  5.  
  6. .fs-pagination ul li a {
  7. width: 50px !important;
  8. height: 50px !important;
  9. display: flex;
  10. justify-content: center;
  11. align-items: center;
  12. margin: 0 !important;
  13. }
  14.  
  15. .fs-pagination-prev a:hover {
  16. border: none !important;
  17. }
  18.  
  19. .fs-pagination-next a {
  20. color: transparent!important;
  21. width: 40px!important;
  22. height: 40px;
  23. background-position: center;
  24. background-repeat: no-repeat;
  25. background-image: url(https://uploads-ssl.webflow.com/62b950490a874b5e9884879f/62da898e845cdeb4747e085c_left-black.svg);
  26. transform: rotate(180deg);
  27. }
  28.  
  29. .fs-pagination-next a:hover {
  30. background-image: url(https://uploads-ssl.webflow.com/62b950490a874b5e9884879f/62da8a948435c0a317108696_left-blue.svg);
  31. transform: rotate(180deg);
  32. border: none !important;
  33. }
  34. </style>
Add Comment
Please, Sign In to add comment