Subversion Repositories SmartDukaan

Rev

Rev 11138 | Rev 11144 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
10582 lgm 1
@import "common.less";
2
/*--common-css*/
3
label{
4
    font-weight: bold;
5
    display: block;
6
    .font(1.4em);
7
    color: #555;
8
  }
9
  input[type="text"], input[type="number"]{
10
    width:100%;
11
    appearance:none;
12
    -webkit-appearance:none;
13
    border:@list-color1 solid 1px;
14
    background-color:@white;
15
    color:@grey;
16
    border-radius:0;
17
    outline:none;
18
    padding:10px;
19
    display:block;
20
    .boxsize;
21
    .font(1.4em);
22
    margin:2px 0 8px 0;
23
  }
24
  textarea{
25
    display:block;
26
    width:100%;
27
    .boxsize;
28
    .font(1.4em);
29
    resize:none;
30
    height:60px;
31
    border:@list-color1 solid 1px;
32
    background-color:@white;
33
    color:@grey;
34
    padding:10px;
35
  }
36
  select{
37
    width:100%;
38
    appearance:none;
39
    -webkit-appearance:none;
40
    border:@list-color1 solid 1px;
41
    color:@grey;
42
    border-radius:0;
43
    outline:none;
44
    padding:10px;
45
    display:block;
46
    .boxsize;
47
    .font(1.4em);
48
    margin:2px 0 8px 0;
49
    background:url('../images/dropdown.PNG')no-repeat 99% 16px,@white;
50
    background-size:20px,100%;
51
  }
52
/*---common-css*/
53
  .pr-heading{
54
    .font(2.0em);
55
    text-transform:capitalize;
56
   color:@grey;
57
   width:100%;
58
  background:@list-color1;
59
  padding:10px;
60
  .boxsize;
61
  border-top:@white solid 1px;
62
  border-bottom:@white solid 1px;
11143 lgm 63
  margin-bottom: 5px;
10582 lgm 64
  }
65
 
66
 
67
.profile-hldr{
68
 
69
  .head{
70
    .font(1.6em);
71
    color:@grey;
72
    padding: 8px 0 8px 32px;
73
    font-weight:bold;
74
    //background:@list-color2;
75
    border-bottom:@white solid 1px;
76
    text-transform: uppercase;
77
  }
78
  .head.history{
79
    background:url(../images/history.png)no-repeat 8px 4px;
80
    background-size:18px;
81
  }
82
  .head.purchase{
83
    background:url(../images/car-grey.png)no-repeat 5px center;
84
    background-size:22px;
85
  }
86
  .head.wallet{
87
    background:url(../images/wallet.png)no-repeat 5px 4px;
88
    background-size:20px;
89
  }
90
  .head.settings{
91
    background:url(../images/settings.png)no-repeat 5px center;
92
    background-size:22px;
93
  }
94
 
95
  .sub-head-hldr{
96
    padding:0 5px 5px 5px;
97
    border-radius: 20px;
98
    //overflow: hidden;
99
  }
100
  .sub-head{
101
    .font(1.6em);
102
    display:block;
103
    background:@list-color2;
104
    color:@grey;
105
    border-bottom:@white solid 1px;
106
    padding:8px 10px 8px 10px;
107
    span{
108
      .float(right);
109
    }
110
  }
111
  .selected{
112
    background:@white!important;
113
    border:darken(@list-color2,10%) solid 1px;
114
    border-bottom:none;
11119 lgm 115
    //color:@orange!important;
10582 lgm 116
    font-weight:bold;
117
  }
118
  .sub-head-cont{
119
    //background:#efefef;
120
    border:darken(@list-color2,10%) solid 1px;
121
    margin-bottom:5px;
122
    border-top:none;
123
    //padding:5px;
124
    .order{
11143 lgm 125
      display:block;
10582 lgm 126
      background:@list-color2;
127
      padding:10px;
128
      border-bottom:@white solid 1px;
129
      >div:nth-of-type(1){
130
        color:@grey;
131
        .order-id{
132
          .font(1.4em);
133
          .float(left);
134
          span:nth-of-type(1){
135
           font-weight:bold;
136
          }
137
        }
138
        .order-status{
139
          .font(1.2em);
11143 lgm 140
          .float(right);
10582 lgm 141
          color:@green;  
142
          padding-top: 1px;
143
        }
144
        .order-status.failed{
145
          color:#E00303!important;
146
        }
147
        > a{
148
          .font(1.2em);
149
          .float(right);
150
          color:@grey;
151
          text-decoration:underline;
152
        }
153
      }
154
    }
155
  }
156
}
157
 
158
 
159
/*---------------------------order-details---------------------------------------------*/
160
 
161
.od-detail{
162
  padding:5px;
163
  .od-id{
164
    .font(1.4em);
165
    color:@grey;
166
    font-weight:bold;
167
    padding:0 0 5px 10px;
168
    span{
169
      .float(left);
170
      font-weight:bold;
171
      width:40%;
172
    }
173
  }
174
  .od-date, .od-status, .od-prdelivery{
175
    .font(1.2em);
176
    color:@grey;
177
    padding:0 0 5px 10px;
178
    span{
179
     width:40%;
180
     .float(left);
181
    }
182
    span:nth-of-type(odd){
183
      font-weight:bold;
184
    }
185
  }
186
}
187
 
188
.od-item{
189
  margin:5px;
190
  border:@list-color2 solid 1px;
191
  .item-head{
192
    padding: 5px 0;
193
    background:@list-color2;
194
    > div{
195
      .font(1.4em);
196
      color:@grey;
197
      .boxsize;
198
      .float(left);
199
      padding:5px 1px;
200
    }
201
    > div:nth-of-type(1){
202
      width:50%;
203
      border-right:@grey solid 1px;
204
      text-align:left;
205
    }
206
    > div:nth-of-type(2){
207
      width:25%;
208
      text-align:center;
209
    }
210
    > div:nth-of-type(3){
211
      width:25%;
212
      border-left:@grey solid 1px;
213
      text-align:center;
214
    }
215
  }
216
 
217
    .item-detail{
218
      > div{
219
      color:@grey;
220
      .boxsize;
221
      .float(left);
222
      padding:7px 1px;
223
      .font(1.2em);
224
    }
225
    > div:nth-of-type(1){
226
      width:50%;
227
      text-align:left;
228
    }
229
    > div:nth-of-type(2){
230
      width:25%;
231
      text-align:center;
232
    }
233
    > div:nth-of-type(3){
234
      width:25%;
235
      text-align:center;
236
    }
237
    }
238
    .od-sum{
239
      text-align:right;
240
      padding:5px;
241
      color:@grey;
242
      .font(1.4em);
243
    }
244
}
245
 
246
 
247
.wallet-hldr{
248
  background:@list-color1;
249
  >div{
250
    padding:10px 0;
251
    .font(1.4em);
252
    .float(left);
253
    width:50%;
254
    color:@grey;
255
    text-align:center;
256
  }
257
  >div:nth-of-type(1){
258
    font-weight:bold;
259
  }
260
}
261
 
262
.click-recharge{
263
  display:block;
264
   width:96%;
265
   margin:5px 2%;
266
   text-align:center;
267
   .font(1.6em);
268
   color:@white;
269
   padding:10px 2px;
270
   .boxsize;
271
   background:@orange;
272
}
273
 
274
/*----------------------error-msg---------------------------*/
275
 
276
.error_msg{
277
  padding:5px;
278
  display:block;
279
  border:red dotted 1px;
280
  background:@list-color2;
281
  color:red;
282
  .font(1.4em);
283
  margin:10px;
284
}
285
 
286
/*-------------------account-view css-------------------------*/
287
 
288
.recharge-detail-hldr{
289
  background:@list-color1;
290
  padding:10px;
291
  .myrecharge-head{
292
     color:@grey;
293
    .font(1.6em);
294
    font-weight:bold;
295
  }
296
  .recharge-head-sub{
297
      color:@grey;
298
     .font(1.2em);
299
  }
300
 
301
  .recharge-details{
302
    margin-top:8px;
303
    background:@white;
304
    //border:lighten(@grey,20%) solid 1px;
305
    padding:5px;
306
    .re-de-head{
307
      padding:5px;
308
      border-bottom:@list-color1 solid 1px;
309
      >div:nth-of-type(1){
310
        margin-top: 5px;
311
        color:@grey;
312
        .font(1.6em);
313
        //font-weight:bold;
314
        .float(left);
315
      }
316
      .recharge-again, .refund{
317
        //width:70px;
318
        text-align:center;
319
        appearance:none;
320
        -webkit-appearance:none;
321
        border:none;
322
        background:@orange;
323
        .float(right);
324
        color:@white;
325
        .font(1.4em);
326
        padding:5px 3px;
327
        text-transform:capitalize;
328
      }
329
    }
330
    .details{
331
      padding:5px;
332
      >div{
333
        color:@grey;
334
        .float(left);
335
        width:60%;
336
        .font(1.4em);
337
      }
338
      >div:nth-of-type(odd){
339
        font-weight:bold;
340
        width:40%!important;
341
      }
342
    }
343
  }
344
}
345
 
346
#er-message{
347
  border:@grey dashed 1px;
348
  padding:5px;
349
  .font(1.4em);
350
  text-align:center;
351
  margin:5px 0;
352
  display:none;
353
  color:@grey;
354
  background:@white;
355
}
356
 
357
.btn-hldr{
358
  padding: 0 10px 10px 10px;
359
  >div:nth-of-type(1){
360
   background:@grey;
361
   padding:8px 0;
362
   width:49.5%;
363
   .float(left);
364
    color:@white;
365
    text-align:center;
366
    .font(1.4em);
367
  }
368
  >div:nth-of-type(2){
369
    background:@orange;
370
   padding:8px 0;
371
   width:49.5%;
372
   .float(right);
373
    color:@white;
374
    text-align:center;
375
    .font(1.4em);
376
  }
377
}
378
 
379
.cancel-form, .update-address{
380
  border:@list-color1 solid 1px;
381
  padding:10px;
382
  margin:0 10px 10px;
383
  h3{
384
    .font(1.6em);
385
    color:@grey;
386
    margin-bottom:5px;
387
  }
388
 
389
  .submit-btn{
390
    display:inline-block;
391
    width:40%;
392
    padding:7px 0;
393
    text-align:center;
394
    color:@white;
395
    background:@orange;
396
    .font(1.2em);
397
    margin:10px 0 0;
398
    .float(right);
399
  }
400
  .cancel-btn{
401
    display:inline-block;
402
    width:40%;
403
    padding:7px 0;
404
    text-align:center;
405
    color:@white;
406
    background:@grey;
407
    .font(1.2em);
408
    margin:10px 0 0;
409
    .float(left);    
410
  }
411
}
412
 
413
.update-address{
414
  .btn-hldr{
415
    padding:0;
416
    >div:nth-of-type(1){
417
   background:@grey;
418
   padding:8px 0;
419
   width:30%;
420
   .float(left);
421
    color:@white;
422
    text-align:center;
423
    .font(1.4em);
424
  }
425
  >div:nth-of-type(2){
426
    background:@orange;
427
   padding:8px 0;
428
   width:69%;
429
   .float(right);
430
    color:@white;
431
    text-align:center;
432
    .font(1.4em);
433
  }
434
  }
435
}
436
 
437
    .deliver-address{
438
      padding:5px;
439
      .font(1.2em);
440
      color:@grey;
441
      border-bottom:lighten(@grey,45%) solid 1px;
442
      position:relative;
443
      .cancel-btn{
444
        position:absolute;
445
        top:4px;
446
        right:1%;
447
        width:20px;
448
        height:20px;
449
        background:url('../images/cancel.png')no-repeat center center;
450
        background-size:contain;
451
      }
452
    }
453
 
454
    .add-address{
455
      padding-top:10px;
456
      .font(1.2em);
457
      color:@grey;
458
      text-align:right;
459
      text-decoration: underline;
460
      text-decoration-color: lighten(@grey,45%);
461
    }
462
 
463
.selected-add{
464
  border: dashed 1px #c8c8c8;
465
  background:url('../images/check-sh.png')no-repeat 99% 4px;
466
  background-size:20px;
467
  .cancel-btn{
468
    display:none;
469
  }
470
  }
471
 
472
.address-form{
473
  border:@list-color1 solid 1px;
474
  padding:10px;
475
  margin:0 10px 10px 10px;
476
 
477
  h3{
478
    .font(1.6em);
479
    color:@grey;
480
    margin-bottom:5px;
481
  }
482
  .address-change{
483
    padding:0;
484
    margin-top:10px;
485
 
486
  }
487
}
488
 
489
 
490
/*--------------------contact page--------------------------------*/
491
 
492
.contact-us-hldr{
493
  background:@list-color1;
494
  padding:10px;
495
  h3{
496
    .font(1.6em);
497
    color:@grey;
498
    margin-bottom:5px;
499
  }
500
  fieldset{
501
    border:none;
502
  }  
503
 
504
 
505
 input[type="button"]{
506
   border:none;
507
   background:@grey;
508
   padding:8px 0;
509
   width:49.5%;
510
   .float(left);
511
    color:@white;
512
    text-align:center;
513
    .font(1.4em);
514
    margin-top:10px;
515
  }
516
  input[type="submit"]{
517
    background:@orange;
518
   padding:8px 0;
519
   width:49.5%;
520
   .float(right);
521
    color:@white;
522
    text-align:center;
523
    .font(1.4em);
524
    margin-top:10px;
525
    border:none;
526
  }
527
 
528
}
529
 
530
.success_log{
531
  .font(1.6em);
532
  padding:5px;
533
  color:@green;
534
  border:@green dashed 1px;
535
  background:@white;
536
}
537
 
538
.error_log{
539
  .font(1.6em);
540
  padding:5px;
541
  color:red;
542
  border:red dashed 1px;
543
  background:@white;
544
}
10649 lgm 545
 
546
.delivery_info_cont{
547
  background:@list-color1;
548
  padding:0 10px;
549
  text-align:center;
550
  p{
551
    padding:10px;
552
    .font(1.6em);
553
    color:@grey;
554
  }
555
  >div{
556
    padding-bottom:10px;
557
  }
558
  >div .cancel-btn{
559
    display:inline-block;
560
    color:@white;
561
    background:@grey;
562
    .font(1.4em);
563
    padding:10px 5px;
564
    width:40%;
565
  }
566
  >div .submit-btn{
567
    display:inline-block;
568
    color:@white;
569
    background:@orange;
570
    .font(1.4em);
571
    padding:10px 5px;
572
    width:40%;
573
  }
574
}
10732 lgm 575
 
576
.deliver-here{
577
  padding:0 10px 5px;
578
  > div:nth-of-type(1){
579
  color:@grey;
580
}
581
  .deliver-address{
582
  border-bottom:none;
583
  }
584
}
10971 lgm 585
 
586
 
587
.empty-list{
588
height: 100px;
589
margin-top: 10px;
590
 
591
}
592
 
593
.empty-msg{
594
  .font(1.6em);
595
  margin:10px 0;
596
  color:@grey;
597
}