Subversion Repositories SmartDukaan

Rev

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