blob: b420ba6d8eb96f80e536b07c4f23feec411b27d3 [file] [log] [blame]
Anand Doshida858cc2015-02-24 17:50:44 +05301@border-color: #d1d8dd;
Anand Doshie3bd78e2016-04-22 18:53:21 +05302@light-border-color: #EBEFF2;
3@text-muted: #8D99A6;
4@light-bg: #fafbfc;
Anand Doshida858cc2015-02-24 17:50:44 +05305
6.web-long-description {
7 font-size: 18px;
8 line-height: 200%;
9}
Anand Doshie3bd78e2016-04-22 18:53:21 +053010
Anand Doshida858cc2015-02-24 17:50:44 +053011.item-stock {
12 margin-bottom: 10px !important;
13}
14
15.product-link {
16 display: block;
17 text-align: center;
18}
19
Anand Doshida858cc2015-02-24 17:50:44 +053020@media (max-width: 767px) {
21 .product-image {
22 height: 0px;
23 padding: 0px 0px 100%;
24 overflow: hidden;
25 }
26}
27
28.product-image-square {
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 Doshie3bd78e2016-04-22 18:53:21 +053035 border-radius: 4px;
Anand Doshida858cc2015-02-24 17:50:44 +053036}
37
38.product-image.missing-image {
39 .product-image-square;
Anand Doshida858cc2015-02-24 17:50:44 +053040 position: relative;
Anand Doshie3bd78e2016-04-22 18:53:21 +053041 background-color: @light-border-color;
Anand Doshida858cc2015-02-24 17:50:44 +053042}
43
44.product-image.missing-image .octicon {
45 font-size: 32px;
46 color: @border-color;
47}
48
49.product-text {
50 padding: 15px 0px;
51}
Anand Doshi81bded12015-05-27 16:48:06 -040052
Kanchan Chauhan11638ba2016-04-20 16:20:49 +053053.product-label{
54 padding-bottom: 4px;
55 text-transform: uppercase;
56 font-size: 12px;
57}
58
Anand Doshi81bded12015-05-27 16:48:06 -040059@media (max-width: 767px) {
60 .product-search {
61 width: 100%;
62 margin-bottom: 13px;
63 }
64}
Kanchan Chauhan11638ba2016-04-20 16:20:49 +053065
66.borderless td, .borderless th {
67 border-bottom: 1px solid @light-border-color;
68 padding-left:0px !important;
69 line-height: 1.8em !important;
70}
71
72.item-desc {
73 border-top: 2px solid @light-border-color;
74 padding-top:10px;
75}
Kanchan Chauhane0818f82016-04-22 14:39:02 +053076
77.featured-products {
78 border-top: 1px solid @light-border-color;
79}
Anand Doshie3bd78e2016-04-22 18:53:21 +053080
81.transaction-list-item {
82 border-bottom: none;
83 padding: 30px;
84 margin: 0px -30px;
85
86 &:hover,
87 &:active,
88 &:focus {
89 background-color: @light-bg;
90 }
91
92 .indicator {
93 font-size: inherit;
94 font-weight: inherit;
95 color: @text-muted;
96 margin-left: -15px;
97 }
98
99 .transaction-time {
100 // margin-left: 15px;
101 }
102
103 .items-preview,
104 .transaction-time {
105 margin-top: 5px;
106 }
107}
108
109// order.html
110.transaction-subheading {
111 .indicator {
112 font-weight: inherit;
113 color: @text-muted;
114 }
115}
116
117.order-container {
118 margin: 50px 0px;
119
120 .order-item-header .h6 {
121 padding: 7px 15px;
122 }
123
124 .order-items {
125 margin: 30px 0px 0px;
126 }
127
128 .order-item-table {
129 margin: 0px -15px;
130 }
131
132 .order-item-header {
133 border-bottom: 1px solid #d1d8dd;
134 }
135
136 .order-image-col {
137 padding-right: 0px;
138 }
139
140 .order-image {
141 max-width: 55px;
142 max-height: 55px;
143 margin-top: -5px;
144 }
145
146 .order-taxes {
147 margin-top: 30px;
148
149 .row {
150 margin-top: 15px;
151 }
152 }
153
154 .tax-grand-total-row {
155 border-top: 1px solid @border-color;
156 padding-top: 15px;
157 }
158}
159