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