You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_index.scss 349B

123456789101112131415161718192021
  1. .product-index {
  2. .td-photo {
  3. max-width: 100px ;
  4. width: 100px ;
  5. }
  6. .photo-product {
  7. max-width: 100px ;
  8. }
  9. .ui-state-highlight {
  10. height: 75px;
  11. background-color: $color2 ;
  12. }
  13. @media screen and (max-width: 768px) {
  14. .td-photo {
  15. display: none;
  16. }
  17. }
  18. }