blob: 77ce04b11cb21f76599fb2a1931a9b90a8cabc5c [file] [log] [blame]
Anand Doshida858cc2015-02-24 17:50:44 +05301.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;
Anand Doshi5c968ab2015-11-24 13:27:23 +053032 border: 1px solid #EBEFF2;
Anand Doshida858cc2015-02-24 17:50:44 +053033}
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;
Anand Doshi5c968ab2015-11-24 13:27:23 +053042 border: 1px solid #EBEFF2;
Anand Doshida858cc2015-02-24 17:50:44 +053043 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 Doshi81bded12015-05-27 16:48:06 -040053@media (max-width: 767px) {
54 .product-search {
55 width: 100%;
56 margin-bottom: 13px;
57 }
58}