Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. .isp_related_wrapper .isp_related_product { height: 300px !important; overflow: hidden; }
  2. .isp_related_product_info { height: 100%; }
  3. .as_magento_img_missing { background-size: 100% !important; }
  4. .ui-autocomplete:empty { display: none !important; }
  5.  
  6. @media (max-width: 559px) {
  7. .isp_related_product { height: 260px !important; overflow: hidden; }
  8. .isp_related_product_info { height: 100%; }
  9. }
  10.  
  11. @media (max-width: 480px) {
  12. .home-page-content .isp_related_wrapper .isp_related_product {
  13. height: 340px !important;
  14. }
  15. }
  16.  
  17. @media (max-width: 768px) {
  18. .isp_product_review {
  19. display: none;
  20. }
  21.  
  22. .you-might-products .isp_related_wrapper .isp_related_product .isp_related_product_name a {
  23. min-height: 75px;
  24. }
  25. }
  26.  
  27. @media (min-width: 769px) {
  28. .isp_related_product_image_wrapper form, .isp_related_product_image form {
  29. top: 0;
  30. right: 0;
  31. left: unset;
  32. transform: unset;
  33. margin: 2px;
  34. }
  35.  
  36. .isp_related_product_image_wrapper form .isp_add_to_cart_btn, .isp_related_product_image form .isp_add_to_cart_btn {
  37. color: transparent;
  38. background-image: url(https://www.materialui.co/materialIcons/action/add_shopping_cart_white_24x24.png);
  39. background-position: center;
  40. background-repeat: no-repeat;
  41. width: 35px;
  42. border-radius: 4px;
  43. }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement