Subversion Repositories SmartDukaan

Rev

Rev 10615 | Rev 10728 | 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
 
3
input{
4
  .boxsize;
5
  .font(1.6em);
6
  appearance:none;
7
  -webkit-appearance:none;
8
  border:@list-color2 solid 1px;
9
  padding:5px;
10
 width:100%;
11
}
12
 
13
#email{
14
  margin:5px 5%;
15
  width:90%;
16
}
17
 
18
.pd_name{
19
  background:@list-color2;
20
  margin-top:1px;
21
  padding:5px 10px;
22
  .boxsize;
23
  color:@grey;
24
  div:nth-of-type(1){
25
    .font(2.0em);
26
  }
27
  div:nth-of-type(2){
28
    .font(1.4em);
29
    color:@orange;
30
  }
31
}
32
 
33
.pd-price-cont{
34
  background:@list-color2;
35
  width:100%;
36
  padding:5px 8px;
37
  margin-bottom:10px;
38
  .boxsize;
39
  .price-hldr{
10643 lgm 40
    //margin-top:5px;
10582 lgm 41
    color:@sub-list;
42
    text-align:center;
43
    span:nth-of-type(1){
44
      display:inline-block;
45
      width:12px;
46
      height:15px;
47
      background:url("../images/rupee.png")no-repeat center center;
48
      background-size:contain;
49
 
50
    }
51
    span:nth-of-type(1) img{
52
      height:20px;
53
    }
54
    span:nth-of-type(2){
55
      .font(1.6em);
56
      text-decoration: line-through;
57
      display:inline-block;
58
      padding:0 3px;
59
    }
60
    span:nth-of-type(3){
61
      .font(1.8em);
62
      color:@orange;
63
    }
64
    span:nth-of-type(4){
65
      .font(1.6em);
66
      display:inline-block;
67
      padding:0 3px;
68
      font-weight:bold;
69
    }
70
    > div{
71
      .font(1.4em);
72
    }
73
  }
74
  .btn-hldr{
75
 
76
    margin-top: 5px;
77
    .color-count{
78
    .font(1.4em);
79
      .float(left);
80
      width:50%;
81
      color:@grey;
82
      padding:5px;
83
      .boxsize; 
84
      text-align:center;
85
    }
86
    select{
87
      appearance:none;
88
      -webkit-appearance:none;
89
      border-radius:0;
90
      .float(right);
91
      .boxsize;
92
      color:@grey;
93
      width:50%;
94
      padding:4px 10px 4px 4px;
95
      text-align:center;
96
      .font(1.6em);
97
      border:@ltblue solid 1px;
98
      background:url("../images/arrow-blue.png")no-repeat 95% center;
99
      background-size:15px;
100
      outline:0;
101
    }
10615 lgm 102
    p{
10643 lgm 103
     .font(1.6em);
104
     color:@sub-list;
10615 lgm 105
    }
10582 lgm 106
  }
107
}
108
 
109
    .buy-now{
110
      width:90%;
111
      padding:10px 0;
112
      text-align:center;
113
      color:@white;
114
      background:@orange;
115
      text-transform:uppercase;
116
      .font(1.6em);
117
      margin:10px 5% 10px 5%;
118
    }
119
 
120
.pd-images{
121
  padding:5px 10px;
122
  .boxsize;
123
  overflow:auto;
124
  .pd-wrapper{
125
    display:inline-block;
126
    white-space:nowrap;
127
  }
128
  .pd-image{
129
    display:inline-block;
130
    border:@lightgrey solid 1px;
131
    width:210px;
132
    height:210px;
133
    margin-right:5px;
134
  }
135
}
136
 
137
 
138
 
139
  .check-aval{
140
    background:@list-color2;
141
    padding:0 5px; 
142
    div:nth-of-type(1){
143
      padding:18px 0 10px;
144
      input{
145
        .float(left);
146
        width:55%;
147
      }
148
      .btn-blue{
149
        .font(1.2em);
150
        .float(right);
151
        width:44%;
152
        padding:8px 2px;
153
        color:@white;
154
        background:@ltblue;
155
        .boxsize;
156
        text-align:center;
157
        white-space: nowrap;
158
        overflow: hidden;
159
        text-overflow: ellipsis;
160
      }
161
    }
162
  }
163
 
164
  .info-div{
165
    margin:0 0 10px 0;
166
    background:@list-color2;
167
    padding:0 0 5px 0;
168
    div{
169
      .font(1.6em);
170
      padding:2px 0 0 0;
171
      span:nth-of-type(1){
172
        color:@grey;
173
        .float(left);
174
        width:50%;
175
        text-align:right;
176
      }
177
      span:nth-of-type(2){
178
        color:@orange;
179
        .float(left);
180
        width:50%;
181
      }
182
    }    
183
  }
184
 
185
  .buy-btn{
186
    padding:7px 0;
187
    margin:10px auto;
188
    background:@orange;
189
    color:@white;
190
    .font(2.0em);
191
    width:70%;
192
    max-width:250px;
193
    text-align:center;
194
    text-transform:capitalize;
195
  }
196
 
197
  .pd-tab{
198
    background:@list-color1;
199
    color:@grey;
200
    text-transform:capitalize;
201
    padding:7px 5px;
202
    .font(1.6em);
203
    margin-bottom:2px;
204
    span:nth-of-type(1){
205
      .float(left);
206
      margin-top:3px;
207
    }
208
    span:nth-of-type(2){
209
      .float(right);
210
      .font(1.2em);
211
    }
212
  }
213
 
214
.pd-tab-open{
215
  margin:10px;
216
  table{
217
    border:@list-color2 solid 1px;
218
    width:100%;
219
     border-collapse: collapse;
220
     color:@grey;
221
     margin-bottom:10px;
222
    th{
223
      background:@list-color2;
224
      .font(1.6em);
225
      padding:5px 0 5px 5px;
226
      text-align:left;
227
    }
228
    td{
229
      .font(1.6em);
230
      text-align:center;
231
      border-bottom:@list-color2 solid 1px;
232
      padding:5px 3px;
233
    }
234
    td:nth-of-type(1){
235
      border-right:@list-color2 solid 1px;
236
    }
237
    td:nth-of-type(2){
238
      text-align:left;
239
      padding-left:4px;
240
      .boxsize;
241
    }
242
  }
243
 
244
    .detail-div{
245
    color:@grey;
246
    text-align:left;
247
    .font(1.6em);
248
  }
249
}
250
 
251
.expert-review{
252
  p{
253
    .font(1.6em);
254
    color:@grey;
255
  }
256
  div{
257
    .font(1.4em);
258
    font-weight:bold;
259
    text-align:right;
260
    color:@grey;
261
    padding-bottom:5px;
262
    margin-bottom:5px;
263
    font-style: italic;
264
    color:@ltblue;
265
    border-bottom:@list-color1 solid 1px;
266
  }
267
}
268
 
269
.pd-offer{
270
  margin-top:5px;
271
  div:nth-of-type(1){
272
    .float(left);
273
    background:@grey;
274
    color:@white;
275
    padding: 5px;
276
    width: 20%;
277
    .boxsize;
278
   border:@grey solid 1px;
279
   text-transform: uppercase;
280
 
281
  }
282
  div:nth-of-type(2){
283
    .float(left);
284
    text-align:left;
285
    width: 80%;
286
    .boxsize;
287
    border:@grey dashed 1px;
288
    border-left:none;
289
    padding:5px;
290
  }
291
}
292
 
293
/*----------------------error-msg---------------------------*/
294
 
295
.error_msg{
296
  padding:5px;
297
  display:block;
298
  border:red dotted 1px;
299
  background:@list-color2;
300
  color:red;
301
  .font(1.4em);
302
  margin:10px;
303
}