Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 1 | .web-long-description { |
| 2 | font-size: 18px; |
| 3 | line-height: 200%; |
| 4 | } |
| 5 | .item-stock { |
| 6 | margin-bottom: 10px !important; |
| 7 | } |
| 8 | .product-link { |
| 9 | display: block; |
| 10 | text-align: center; |
| 11 | } |
| 12 | .product-image-wrapper { |
| 13 | max-width: 300px; |
| 14 | margin: auto; |
| 15 | border-radius: 4px; |
| 16 | } |
| 17 | @media (max-width: 767px) { |
| 18 | .product-image { |
| 19 | height: 0px; |
| 20 | padding: 0px 0px 100%; |
| 21 | overflow: hidden; |
| 22 | } |
| 23 | } |
| 24 | .product-image-square { |
| 25 | width: 100%; |
| 26 | height: 0; |
| 27 | padding: 50% 0px; |
| 28 | background-size: cover; |
| 29 | background-repeat: no-repeat; |
| 30 | background-position: center top; |
| 31 | border-radius: 0.5em; |
| 32 | } |
| 33 | .product-image.missing-image { |
| 34 | width: 100%; |
| 35 | height: 0; |
| 36 | padding: 50% 0px; |
| 37 | background-size: cover; |
| 38 | background-repeat: no-repeat; |
| 39 | background-position: center top; |
| 40 | border-radius: 0.5em; |
| 41 | border: 1px dashed #d1d8dd; |
| 42 | position: relative; |
| 43 | } |
| 44 | .product-image.missing-image .octicon { |
| 45 | font-size: 32px; |
| 46 | color: #d1d8dd; |
| 47 | } |
| 48 | .product-text { |
| 49 | padding: 15px 0px; |
| 50 | } |