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 | } |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 12 | @media (max-width: 767px) { |
| 13 | .product-image { |
| 14 | height: 0px; |
| 15 | padding: 0px 0px 100%; |
| 16 | overflow: hidden; |
| 17 | } |
| 18 | } |
| 19 | .product-image-square { |
| 20 | width: 100%; |
| 21 | height: 0; |
| 22 | padding: 50% 0px; |
| 23 | background-size: cover; |
| 24 | background-repeat: no-repeat; |
| 25 | background-position: center top; |
Kanchan Chauhan | 11638ba | 2016-04-20 16:20:49 +0530 | [diff] [blame] | 26 | border-bottom: 1px dashed #EBEFF2; |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 27 | } |
| 28 | .product-image.missing-image { |
| 29 | width: 100%; |
| 30 | height: 0; |
| 31 | padding: 50% 0px; |
| 32 | background-size: cover; |
| 33 | background-repeat: no-repeat; |
| 34 | background-position: center top; |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 35 | position: relative; |
Kanchan Chauhan | 11638ba | 2016-04-20 16:20:49 +0530 | [diff] [blame] | 36 | border-bottom: 1px dashed #EBEFF2; |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 37 | } |
| 38 | .product-image.missing-image .octicon { |
| 39 | font-size: 32px; |
| 40 | color: #d1d8dd; |
| 41 | } |
| 42 | .product-text { |
| 43 | padding: 15px 0px; |
| 44 | } |
Kanchan Chauhan | 11638ba | 2016-04-20 16:20:49 +0530 | [diff] [blame] | 45 | .product-label { |
| 46 | padding-bottom: 4px; |
| 47 | text-transform: uppercase; |
| 48 | font-size: 12px; |
| 49 | } |
Anand Doshi | 81bded1 | 2015-05-27 16:48:06 -0400 | [diff] [blame] | 50 | @media (max-width: 767px) { |
| 51 | .product-search { |
| 52 | width: 100%; |
| 53 | margin-bottom: 13px; |
| 54 | } |
| 55 | } |
Kanchan Chauhan | 11638ba | 2016-04-20 16:20:49 +0530 | [diff] [blame] | 56 | .borderless td, |
| 57 | .borderless th { |
| 58 | border-bottom: 1px solid #EBEFF2; |
| 59 | padding-left: 0px !important; |
| 60 | line-height: 1.8em !important; |
| 61 | } |
| 62 | .item-desc { |
| 63 | border-top: 2px solid #EBEFF2; |
| 64 | padding-top: 10px; |
| 65 | } |