Nessuna descrizione
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.

_featured-slider.scss 536B

123456789101112131415161718192021222324252627282930313233343536
  1. /********************************
  2. # featured section
  3. ********************************/
  4. .featured-init {
  5. .product-thumbnail {
  6. img {
  7. max-width: 120px;
  8. }
  9. }
  10. .product-desc {
  11. padding: 0 15px;
  12. }
  13. }
  14. .featured-init2 {
  15. .product-thumbnail {
  16. img {
  17. max-width: 120px;
  18. @include max-screen(480, 767) {
  19. max-width: 100px;
  20. }
  21. }
  22. }
  23. }
  24. .featured-init {
  25. .product-thumbnail {
  26. width: auto;
  27. }
  28. }
  29. /********************************
  30. # featured section End
  31. ********************************/