選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

21 行
349B

  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. }