Subversion Repositories SmartDukaan

Rev

Rev 11291 | Rev 11558 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11291 Rev 11317
Line 236... Line 236...
236
  background: @list-color2;
236
  background: @list-color2;
237
   padding:0px 10px 10px 10px;
237
   padding:0px 10px 10px 10px;
238
  .conf-div{
238
  .conf-div{
239
     color:@grey;
239
     color:@grey;
240
    .font(1.4em);
240
    .font(1.4em);
241
    > div{
241
    > div:nth-of-type(odd){
242
      .float(left);
242
      .float(left);
243
      width:50%;
243
      width:70%;
244
    }
244
    }
245
    // >div:nth-of-type(2n+1){
245
    >div:nth-of-type(even){
-
 
246
      .float(left);
246
      // min-width:130px;
247
      width:30%;
247
    // }
248
     }
248
    >div:nth-of-type(odd){
249
    >div:nth-of-type(odd){
249
      
250
      
250
    }
251
    }
251
  }
252
  }
252
  .pay-now{
253
  .pay-now{