blob: 357bb8a2907824fce97375cf9ff90403bab66f0c [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
Anand Doshia6f48682016-04-09 22:25:21 +053053.product-label {
Kanchan Chauhan11638ba2016-04-20 16:20:49 +053054 padding-bottom: 4px;
55 text-transform: uppercase;
56 font-size: 12px;
57}
58
Anand Doshia6f48682016-04-09 22:25:21 +053059.product-search {
60 margin-bottom: 15px;
61}
62
63
Anand Doshi81bded12015-05-27 16:48:06 -040064@media (max-width: 767px) {
65 .product-search {
66 width: 100%;
Anand Doshi81bded12015-05-27 16:48:06 -040067 }
68}
Kanchan Chauhan11638ba2016-04-20 16:20:49 +053069
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 Chauhane0818f82016-04-22 14:39:02 +053080
81.featured-products {
82 border-top: 1px solid @light-border-color;
83}
Anand Doshie3bd78e2016-04-22 18:53:21 +053084
85.transaction-list-item {
Anand Doshie3bd78e2016-04-22 18:53:21 +053086 padding: 30px;
87 margin: 0px -30px;
88
89 &:hover,
90 &:active,
91 &:focus {
92 background-color: @light-bg;
93 }
94
95 .indicator {
Anand Doshie3bd78e2016-04-22 18:53:21 +053096 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 Chauhan239b3512016-05-02 11:43:44 +0530162.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 Chauhanb3573a82016-05-09 12:30:58 +0530215 width: 320px;
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530216 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 Chauhanb3573a82016-05-09 12:30:58 +0530243 padding-top:25px;
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530244 }
245 .col-name-description {
246 margin-bottom:8px;
247 }
248
249}
250
Anand Doshia6f48682016-04-09 22:25:21 +0530251.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 Chauhan239b3512016-05-02 11:43:44 +0530279
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 Chauhanb3573a82016-05-09 12:30:58 +0530318}
319