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