blob: 37d69e0c9a7dc978000e77f8e542fe2930b0b44d [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;
Rushabh Mehta4b9238a2016-05-12 15:22:59 +053035 border-radius-top: 4px;
36 border-radius-right: 4px;
Anand Doshida858cc2015-02-24 17:50:44 +053037}
38
39.product-image.missing-image {
40 .product-image-square;
Anand Doshida858cc2015-02-24 17:50:44 +053041 position: relative;
Anand Doshie3bd78e2016-04-22 18:53:21 +053042 background-color: @light-border-color;
Anand Doshida858cc2015-02-24 17:50:44 +053043}
44
45.product-image.missing-image .octicon {
46 font-size: 32px;
47 color: @border-color;
48}
49
50.product-text {
51 padding: 15px 0px;
52}
Anand Doshi81bded12015-05-27 16:48:06 -040053
Anand Doshia6f48682016-04-09 22:25:21 +053054.product-search {
55 margin-bottom: 15px;
56}
57
58
Anand Doshi81bded12015-05-27 16:48:06 -040059@media (max-width: 767px) {
60 .product-search {
61 width: 100%;
Anand Doshi81bded12015-05-27 16:48:06 -040062 }
63}
Kanchan Chauhan11638ba2016-04-20 16:20:49 +053064
65.borderless td, .borderless th {
66 border-bottom: 1px solid @light-border-color;
67 padding-left:0px !important;
68 line-height: 1.8em !important;
69}
70
71.item-desc {
72 border-top: 2px solid @light-border-color;
73 padding-top:10px;
74}
Kanchan Chauhane0818f82016-04-22 14:39:02 +053075
76.featured-products {
77 border-top: 1px solid @light-border-color;
78}
Anand Doshie3bd78e2016-04-22 18:53:21 +053079
80.transaction-list-item {
Anand Doshie3bd78e2016-04-22 18:53:21 +053081 &:hover,
82 &:active,
83 &:focus {
84 background-color: @light-bg;
85 }
86
87 .indicator {
Anand Doshie3bd78e2016-04-22 18:53:21 +053088 font-weight: inherit;
89 color: @text-muted;
Anand Doshie3bd78e2016-04-22 18:53:21 +053090 }
91
92 .transaction-time {
93 // margin-left: 15px;
94 }
95
96 .items-preview,
97 .transaction-time {
98 margin-top: 5px;
99 }
100}
101
102// order.html
103.transaction-subheading {
104 .indicator {
105 font-weight: inherit;
106 color: @text-muted;
107 }
108}
109
110.order-container {
111 margin: 50px 0px;
112
113 .order-item-header .h6 {
114 padding: 7px 15px;
115 }
116
117 .order-items {
118 margin: 30px 0px 0px;
119 }
120
121 .order-item-table {
122 margin: 0px -15px;
123 }
124
125 .order-item-header {
126 border-bottom: 1px solid #d1d8dd;
127 }
128
129 .order-image-col {
130 padding-right: 0px;
131 }
132
133 .order-image {
134 max-width: 55px;
135 max-height: 55px;
136 margin-top: -5px;
137 }
138
139 .order-taxes {
140 margin-top: 30px;
141
142 .row {
143 margin-top: 15px;
144 }
145 }
146
147 .tax-grand-total-row {
Anand Doshie3bd78e2016-04-22 18:53:21 +0530148 padding-top: 15px;
Rushabh Mehtaac123c52016-05-20 16:36:56 +0530149 padding-bottom: 30px;
Anand Doshie3bd78e2016-04-22 18:53:21 +0530150 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530151
152 .tax-grand-total {
153 display: inline-block;
154 font-size: 16px;
155 font-weight: bold;
156 margin-top: 5px;
157 }
Anand Doshie3bd78e2016-04-22 18:53:21 +0530158}
159
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530160.cart-container {
161 margin: 50px 0px;
Rushabh Mehtab6bca562016-09-13 14:37:09 +0530162
Kanchan Chauhanc8d47da2016-06-22 15:46:38 +0530163 .checkout {
164 margin-bottom:15px;
165 }
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530166
167 .cart-item-header .h6 {
168 padding: 7px 15px;
169 }
170
171 .cart-items {
172 margin: 30px 0px 0px;
173 }
174
175 .cart-item-table {
176 margin: 0px -15px;
177 }
178
179 .cart-item-header {
180 border-bottom: 1px solid #d1d8dd;
181 }
182
183 .cart-image-col {
184 padding-right: 0px;
185 }
186
187 .cart-image {
188 max-width: 55px;
189 max-height: 55px;
190 margin-top: -5px;
191 }
192
193 .cart-taxes {
194 margin-top: 30px;
195
196 .row {
197 margin-top: 15px;
198 }
199 }
200
201 .tax-grand-total-row {
202 border-top: 1px solid @border-color;
203 padding-top: 15px;
204 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530205
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530206 .cart-addresses {
207 margin-top: 50px;
208 }
209}
210
Kanchan Chauhanc8d47da2016-06-22 15:46:38 +0530211.cart-items-dropdown .cart-dropdown,
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530212.item_name_dropdown {
Kanchan Chauhanc8d47da2016-06-22 15:46:38 +0530213 display: none;
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530214
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530215}
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530216
Kanchan Chauhanc8d47da2016-06-22 15:46:38 +0530217.cart-dropdown-container {
218 width: 400px;
219 padding: 15px;
Rushabh Mehtab6bca562016-09-13 14:37:09 +0530220
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530221 .item-price {
222 display: block !important;
223 padding-bottom: 10px;
224 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530225
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530226 .cart-item-header {
227 border-bottom: 1px solid #d1d8dd;
228 }
Rushabh Mehtab6bca562016-09-13 14:37:09 +0530229
Kanchan Chauhanc8d47da2016-06-22 15:46:38 +0530230 .cart-items-dropdown {
231 max-height: 350px;
Rushabh Mehtab6bca562016-09-13 14:37:09 +0530232 overflow: auto;
Kanchan Chauhanc8d47da2016-06-22 15:46:38 +0530233 }
Rushabh Mehtab6bca562016-09-13 14:37:09 +0530234
Kanchan Chauhanc8d47da2016-06-22 15:46:38 +0530235 .cart-items-dropdown .cart-dropdown {
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530236 display:block;
237 margin-top:15px;
238 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530239
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530240 .item_name_dropdown {
241 display:block;
242 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530243
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530244 .item-description,
245 .cart-items .checkout,
246 .item_name_and_description {
247 display: none;
248 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530249
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530250 .checkout-btn {
Kanchan Chauhanb3573a82016-05-09 12:30:58 +0530251 padding-top:25px;
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530252 }
253 .col-name-description {
254 margin-bottom:8px;
255 }
Kanchan Chauhanc8d47da2016-06-22 15:46:38 +0530256}
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530257
Kanchan Chauhanc8d47da2016-06-22 15:46:38 +0530258.number-spinner {
259 width:100px;
260 margin-top:5px;
261}
262
263.cart-btn {
264 border-color: #ccc;
265}
266.cart-qty {
267 text-align:center;
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530268}
269
Anand Doshia6f48682016-04-09 22:25:21 +0530270.product-list-link {
271 .row {
272 border-bottom: 1px solid @light-border-color;
273 }
274
275 .row:hover {
276 background-color: @light-bg;
277 }
278
279 .row > div {
280 padding-top: 15px;
281 padding-bottom: 15px;
282 }
283}
284
285.product-list-link:first-child .row {
286 border-top: 1px solid @light-border-color;
287}
288
289.item-group-nav-buttons {
290 margin-top: 15px;
291}
292
Rushabh Mehtaac123c52016-05-20 16:36:56 +0530293.footer-subscribe {
294 .btn-default {
295 background-color: transparent;
296 border: 1px solid @border-color;
297 }
298}
299
Anand Doshia6f48682016-04-09 22:25:21 +0530300@media (min-width: 992px) {
301 .footer-subscribe {
302 max-width: 350px;
303 }
304}
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530305
306.item-group-content {
307 margin-top: 30px;
308}
309
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530310.product-image-img {
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530311 border: 1px solid @light-border-color;
312 border-radius: 3px;
313}
314
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530315.product-text {
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530316 border-top: 1px solid @light-border-color;
317 padding: 15px;
318 word-wrap: break-word;
319 height: 75px;
320}
321
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530322.product-image-wrapper {
323 padding-bottom: 40px;
Kanchan Chauhanc8d47da2016-06-22 15:46:38 +0530324}