Subversion Repositories SmartDukaan

Rev

Rev 10615 | Go to most recent revision | Details | 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{
40
    margin-top:5px;
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
    }
102
  }
103
}
104
 
105
    .buy-now{
106
      width:90%;
107
      padding:10px 0;
108
      text-align:center;
109
      color:@white;
110
      background:@orange;
111
      text-transform:uppercase;
112
      .font(1.6em);
113
      margin:10px 5% 10px 5%;
114
    }
115
 
116
.pd-images{
117
  padding:5px 10px;
118
  .boxsize;
119
  overflow:auto;
120
  .pd-wrapper{
121
    display:inline-block;
122
    white-space:nowrap;
123
  }
124
  .pd-image{
125
    display:inline-block;
126
    border:@lightgrey solid 1px;
127
    width:210px;
128
    height:210px;
129
    margin-right:5px;
130
  }
131
}
132
 
133
 
134
 
135
  .check-aval{
136
    background:@list-color2;
137
    padding:0 5px; 
138
    div:nth-of-type(1){
139
      padding:18px 0 10px;
140
      input{
141
        .float(left);
142
        width:55%;
143
      }
144
      .btn-blue{
145
        .font(1.2em);
146
        .float(right);
147
        width:44%;
148
        padding:8px 2px;
149
        color:@white;
150
        background:@ltblue;
151
        .boxsize;
152
        text-align:center;
153
        white-space: nowrap;
154
        overflow: hidden;
155
        text-overflow: ellipsis;
156
      }
157
    }
158
  }
159
 
160
  .info-div{
161
    margin:0 0 10px 0;
162
    background:@list-color2;
163
    padding:0 0 5px 0;
164
    div{
165
      .font(1.6em);
166
      padding:2px 0 0 0;
167
      span:nth-of-type(1){
168
        color:@grey;
169
        .float(left);
170
        width:50%;
171
        text-align:right;
172
      }
173
      span:nth-of-type(2){
174
        color:@orange;
175
        .float(left);
176
        width:50%;
177
      }
178
    }    
179
  }
180
 
181
  .buy-btn{
182
    padding:7px 0;
183
    margin:10px auto;
184
    background:@orange;
185
    color:@white;
186
    .font(2.0em);
187
    width:70%;
188
    max-width:250px;
189
    text-align:center;
190
    text-transform:capitalize;
191
  }
192
 
193
  .pd-tab{
194
    background:@list-color1;
195
    color:@grey;
196
    text-transform:capitalize;
197
    padding:7px 5px;
198
    .font(1.6em);
199
    margin-bottom:2px;
200
    span:nth-of-type(1){
201
      .float(left);
202
      margin-top:3px;
203
    }
204
    span:nth-of-type(2){
205
      .float(right);
206
      .font(1.2em);
207
    }
208
  }
209
 
210
.pd-tab-open{
211
  margin:10px;
212
  table{
213
    border:@list-color2 solid 1px;
214
    width:100%;
215
     border-collapse: collapse;
216
     color:@grey;
217
     margin-bottom:10px;
218
    th{
219
      background:@list-color2;
220
      .font(1.6em);
221
      padding:5px 0 5px 5px;
222
      text-align:left;
223
    }
224
    td{
225
      .font(1.6em);
226
      text-align:center;
227
      border-bottom:@list-color2 solid 1px;
228
      padding:5px 3px;
229
    }
230
    td:nth-of-type(1){
231
      border-right:@list-color2 solid 1px;
232
    }
233
    td:nth-of-type(2){
234
      text-align:left;
235
      padding-left:4px;
236
      .boxsize;
237
    }
238
  }
239
 
240
    .detail-div{
241
    color:@grey;
242
    text-align:left;
243
    .font(1.6em);
244
  }
245
}
246
 
247
.expert-review{
248
  p{
249
    .font(1.6em);
250
    color:@grey;
251
  }
252
  div{
253
    .font(1.4em);
254
    font-weight:bold;
255
    text-align:right;
256
    color:@grey;
257
    padding-bottom:5px;
258
    margin-bottom:5px;
259
    font-style: italic;
260
    color:@ltblue;
261
    border-bottom:@list-color1 solid 1px;
262
  }
263
}
264
 
265
.pd-offer{
266
  margin-top:5px;
267
  div:nth-of-type(1){
268
    .float(left);
269
    background:@grey;
270
    color:@white;
271
    padding: 5px;
272
    width: 20%;
273
    .boxsize;
274
   border:@grey solid 1px;
275
   text-transform: uppercase;
276
 
277
  }
278
  div:nth-of-type(2){
279
    .float(left);
280
    text-align:left;
281
    width: 80%;
282
    .boxsize;
283
    border:@grey dashed 1px;
284
    border-left:none;
285
    padding:5px;
286
  }
287
}
288
 
289
/*----------------------error-msg---------------------------*/
290
 
291
.error_msg{
292
  padding:5px;
293
  display:block;
294
  border:red dotted 1px;
295
  background:@list-color2;
296
  color:red;
297
  .font(1.4em);
298
  margin:10px;
299
}