Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 1 | @border-color: #d1d8dd; |
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 2 | @light-border-color: #EBEFF2; |
3 | @text-muted: #8D99A6; | ||||
4 | @light-bg: #fafbfc; | ||||
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 5 | |
6 | .web-long-description { | ||||
7 | font-size: 18px; | ||||
8 | line-height: 200%; | ||||
9 | } | ||||
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 10 | |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 11 | .item-stock { |
12 | margin-bottom: 10px !important; | ||||
13 | } | ||||
14 | |||||
15 | .product-link { | ||||
16 | display: block; | ||||
17 | text-align: center; | ||||
18 | } | ||||
19 | |||||
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 20 | @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 Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 35 | border-radius: 4px; |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 36 | } |
37 | |||||
38 | .product-image.missing-image { | ||||
39 | .product-image-square; | ||||
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 40 | position: relative; |
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 41 | background-color: @light-border-color; |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 42 | } |
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 Doshi | 81bded1 | 2015-05-27 16:48:06 -0400 | [diff] [blame] | 52 | |
Anand Doshi | a6f4868 | 2016-04-09 22:25:21 +0530 | [diff] [blame] | 53 | .product-label { |
Kanchan Chauhan | 11638ba | 2016-04-20 16:20:49 +0530 | [diff] [blame] | 54 | padding-bottom: 4px; |
55 | text-transform: uppercase; | ||||
56 | font-size: 12px; | ||||
57 | } | ||||
58 | |||||
Anand Doshi | a6f4868 | 2016-04-09 22:25:21 +0530 | [diff] [blame] | 59 | .product-search { |
60 | margin-bottom: 15px; | ||||
61 | } | ||||
62 | |||||
63 | |||||
Anand Doshi | 81bded1 | 2015-05-27 16:48:06 -0400 | [diff] [blame] | 64 | @media (max-width: 767px) { |
65 | .product-search { | ||||
66 | width: 100%; | ||||
Anand Doshi | 81bded1 | 2015-05-27 16:48:06 -0400 | [diff] [blame] | 67 | } |
68 | } | ||||
Kanchan Chauhan | 11638ba | 2016-04-20 16:20:49 +0530 | [diff] [blame] | 69 | |
70 | .borderless td, .borderless th { | ||||
71 | border-bottom: 1px solid @light-border-color; | ||||
72 | padding-left:0px !important; | ||||
73 | line-height: 1.8em !important; | ||||
74 | } | ||||
75 | |||||
76 | .item-desc { | ||||
77 | border-top: 2px solid @light-border-color; | ||||
78 | padding-top:10px; | ||||
79 | } | ||||
Kanchan Chauhan | e0818f8 | 2016-04-22 14:39:02 +0530 | [diff] [blame] | 80 | |
81 | .featured-products { | ||||
82 | border-top: 1px solid @light-border-color; | ||||
83 | } | ||||
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 84 | |
85 | .transaction-list-item { | ||||
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 86 | padding: 30px; |
87 | margin: 0px -30px; | ||||
88 | |||||
89 | &:hover, | ||||
90 | &:active, | ||||
91 | &:focus { | ||||
92 | background-color: @light-bg; | ||||
93 | } | ||||
94 | |||||
95 | .indicator { | ||||
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 96 | font-weight: inherit; |
97 | color: @text-muted; | ||||
98 | margin-left: -15px; | ||||
99 | } | ||||
100 | |||||
101 | .transaction-time { | ||||
102 | // margin-left: 15px; | ||||
103 | } | ||||
104 | |||||
105 | .items-preview, | ||||
106 | .transaction-time { | ||||
107 | margin-top: 5px; | ||||
108 | } | ||||
109 | } | ||||
110 | |||||
111 | // order.html | ||||
112 | .transaction-subheading { | ||||
113 | .indicator { | ||||
114 | font-weight: inherit; | ||||
115 | color: @text-muted; | ||||
116 | } | ||||
117 | } | ||||
118 | |||||
119 | .order-container { | ||||
120 | margin: 50px 0px; | ||||
121 | |||||
122 | .order-item-header .h6 { | ||||
123 | padding: 7px 15px; | ||||
124 | } | ||||
125 | |||||
126 | .order-items { | ||||
127 | margin: 30px 0px 0px; | ||||
128 | } | ||||
129 | |||||
130 | .order-item-table { | ||||
131 | margin: 0px -15px; | ||||
132 | } | ||||
133 | |||||
134 | .order-item-header { | ||||
135 | border-bottom: 1px solid #d1d8dd; | ||||
136 | } | ||||
137 | |||||
138 | .order-image-col { | ||||
139 | padding-right: 0px; | ||||
140 | } | ||||
141 | |||||
142 | .order-image { | ||||
143 | max-width: 55px; | ||||
144 | max-height: 55px; | ||||
145 | margin-top: -5px; | ||||
146 | } | ||||
147 | |||||
148 | .order-taxes { | ||||
149 | margin-top: 30px; | ||||
150 | |||||
151 | .row { | ||||
152 | margin-top: 15px; | ||||
153 | } | ||||
154 | } | ||||
155 | |||||
156 | .tax-grand-total-row { | ||||
157 | border-top: 1px solid @border-color; | ||||
158 | padding-top: 15px; | ||||
159 | } | ||||
160 | } | ||||
161 | |||||
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 162 | .cart-container { |
163 | margin: 50px 0px; | ||||
164 | |||||
165 | .cart-item-header .h6 { | ||||
166 | padding: 7px 15px; | ||||
167 | } | ||||
168 | |||||
169 | .cart-items { | ||||
170 | margin: 30px 0px 0px; | ||||
171 | } | ||||
172 | |||||
173 | .cart-item-table { | ||||
174 | margin: 0px -15px; | ||||
175 | } | ||||
176 | |||||
177 | .cart-item-header { | ||||
178 | border-bottom: 1px solid #d1d8dd; | ||||
179 | } | ||||
180 | |||||
181 | .cart-image-col { | ||||
182 | padding-right: 0px; | ||||
183 | } | ||||
184 | |||||
185 | .cart-image { | ||||
186 | max-width: 55px; | ||||
187 | max-height: 55px; | ||||
188 | margin-top: -5px; | ||||
189 | } | ||||
190 | |||||
191 | .cart-taxes { | ||||
192 | margin-top: 30px; | ||||
193 | |||||
194 | .row { | ||||
195 | margin-top: 15px; | ||||
196 | } | ||||
197 | } | ||||
198 | |||||
199 | .tax-grand-total-row { | ||||
200 | border-top: 1px solid @border-color; | ||||
201 | padding-top: 15px; | ||||
202 | } | ||||
203 | |||||
204 | .cart-addresses { | ||||
205 | margin-top: 50px; | ||||
206 | } | ||||
207 | } | ||||
208 | |||||
209 | .cart-items .cart-dropdown, | ||||
210 | .item_name_dropdown { | ||||
211 | display:none; | ||||
212 | |||||
213 | } | ||||
214 | .cart-dropdown-container { | ||||
Kanchan Chauhan | b3573a8 | 2016-05-09 12:30:58 +0530 | [diff] [blame] | 215 | width: 320px; |
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 216 | padding: 15px; |
217 | |||||
218 | .item-price { | ||||
219 | display: block !important; | ||||
220 | padding-bottom: 10px; | ||||
221 | } | ||||
222 | |||||
223 | .cart-item-header { | ||||
224 | border-bottom: 1px solid #d1d8dd; | ||||
225 | } | ||||
226 | |||||
227 | .cart-items .cart-dropdown { | ||||
228 | display:block; | ||||
229 | margin-top:15px; | ||||
230 | } | ||||
231 | |||||
232 | .item_name_dropdown { | ||||
233 | display:block; | ||||
234 | } | ||||
235 | |||||
236 | .item-description, | ||||
237 | .cart-items .checkout, | ||||
238 | .item_name_and_description { | ||||
239 | display: none; | ||||
240 | } | ||||
241 | |||||
242 | .checkout-btn { | ||||
Kanchan Chauhan | b3573a8 | 2016-05-09 12:30:58 +0530 | [diff] [blame] | 243 | padding-top:25px; |
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 244 | } |
245 | .col-name-description { | ||||
246 | margin-bottom:8px; | ||||
247 | } | ||||
248 | |||||
249 | } | ||||
250 | |||||
Anand Doshi | a6f4868 | 2016-04-09 22:25:21 +0530 | [diff] [blame] | 251 | .product-list-link { |
252 | .row { | ||||
253 | border-bottom: 1px solid @light-border-color; | ||||
254 | } | ||||
255 | |||||
256 | .row:hover { | ||||
257 | background-color: @light-bg; | ||||
258 | } | ||||
259 | |||||
260 | .row > div { | ||||
261 | padding-top: 15px; | ||||
262 | padding-bottom: 15px; | ||||
263 | } | ||||
264 | } | ||||
265 | |||||
266 | .product-list-link:first-child .row { | ||||
267 | border-top: 1px solid @light-border-color; | ||||
268 | } | ||||
269 | |||||
270 | .item-group-nav-buttons { | ||||
271 | margin-top: 15px; | ||||
272 | } | ||||
273 | |||||
274 | @media (min-width: 992px) { | ||||
275 | .footer-subscribe { | ||||
276 | max-width: 350px; | ||||
277 | } | ||||
278 | } | ||||
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 279 | |
280 | .item-group-content { | ||||
281 | margin-top: 30px; | ||||
282 | } | ||||
283 | |||||
284 | .product-image-img { | ||||
285 | border: 1px solid @light-border-color; | ||||
286 | border-radius: 3px; | ||||
287 | } | ||||
288 | |||||
289 | .product-text { | ||||
290 | border-top: 1px solid @light-border-color; | ||||
291 | padding: 15px; | ||||
292 | word-wrap: break-word; | ||||
293 | height: 75px; | ||||
294 | } | ||||
295 | |||||
296 | .product-image-wrapper { | ||||
297 | padding-bottom: 30px; | ||||
298 | } | ||||
299 | |||||
300 | |||||
301 | .featured-product-heading, .all-products { | ||||
302 | text-transform: uppercase; | ||||
303 | letter-spacing: 0.5px; | ||||
304 | font-size: 12px; | ||||
305 | font-weight: 500; | ||||
306 | } | ||||
307 | |||||
308 | .all-products { | ||||
309 | font-weight: 300; | ||||
310 | padding-left: 25px; | ||||
311 | padding-right: 25px; | ||||
312 | padding-top: 10px; | ||||
313 | padding-bottom: 10px; | ||||
314 | } | ||||
315 | |||||
316 | .homepage-tagline { | ||||
317 | font-size:40px !important; | ||||
Kanchan Chauhan | b3573a8 | 2016-05-09 12:30:58 +0530 | [diff] [blame] | 318 | } |
319 |