選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
-
- .product-index {
- .td-photo {
- max-width: 100px ;
- width: 100px ;
- }
- .photo-product {
- max-width: 100px ;
- }
-
- .ui-state-highlight {
- height: 75px;
- background-color: $color2 ;
- }
-
- @media screen and (max-width: 768px) {
- .td-photo {
- display: none;
- }
- }
- }
|