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; |
Rushabh Mehta | 156ce60 | 2015-09-11 18:49:59 +0530 | [diff] [blame] | 32 | border: 1px solid #ebeff2; |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 33 | } |
| 34 | .product-image.missing-image { |
| 35 | width: 100%; |
| 36 | height: 0; |
| 37 | padding: 50% 0px; |
| 38 | background-size: cover; |
| 39 | background-repeat: no-repeat; |
| 40 | background-position: center top; |
| 41 | border-radius: 0.5em; |
Rushabh Mehta | 156ce60 | 2015-09-11 18:49:59 +0530 | [diff] [blame] | 42 | border: 1px solid #ebeff2; |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 43 | border: 1px dashed #d1d8dd; |
| 44 | position: relative; |
| 45 | } |
| 46 | .product-image.missing-image .octicon { |
| 47 | font-size: 32px; |
| 48 | color: #d1d8dd; |
| 49 | } |
| 50 | .product-text { |
| 51 | padding: 15px 0px; |
| 52 | } |
Anand Doshi | 81bded1 | 2015-05-27 16:48:06 -0400 | [diff] [blame] | 53 | @media (max-width: 767px) { |
| 54 | .product-search { |
| 55 | width: 100%; |
| 56 | margin-bottom: 13px; |
| 57 | } |
| 58 | } |