Subversion Repositories SmartDukaan

Rev

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

Rev 10660 Rev 10813
Line 261... Line 261...
261
  }
261
  }
262
  
262
  
263
}
263
}
264
.gd-total{
264
.gd-total{
265
    border:lighten(@grey,45%) solid 1px;
265
    border:lighten(@grey,45%) solid 1px;
-
 
266
    border-bottom:none;
266
    background:@white;
267
    background:@white;
267
    margin-top:10px;
268
    margin-top:10px;
268
    color:@grey;
269
    color:@grey;
269
      >div:nth-of-type(1){
270
      >div:nth-of-type(odd){
270
        .float(left);
271
        .float(left);
271
         width:60%;
272
         width:60%;
272
        .font(1.6em);
273
        .font(1.6em);
273
        .boxsize;
274
        .boxsize;
274
        padding:10px 5px;
275
        padding:10px 5px;
275
        border-right:lighten(@grey,45%) solid 1px;
276
        border-right:lighten(@grey,45%) solid 1px;
-
 
277
        border-bottom:lighten(@grey,45%) solid 1px;
276
      }
278
      }
277
      >div:nth-of-type(2){
279
      >div:nth-of-type(even){
278
        .float(left);
280
        .float(left);
279
        width:40%;
281
        width:40%;
280
        .font(1.6em);
282
        .font(1.6em);
281
        .boxsize;
283
        .boxsize;
282
        padding:10px 5px;
284
        padding:10px 5px;
283
        text-align:center;
285
        text-align:center;
-
 
286
        border-bottom:lighten(@grey,45%) solid 1px;
284
      }
287
      }
285
    }
288
    }
286
      
289
      
287
    .procced-btn{
290
    .procced-btn{
288
      display:block;
291
      display:block;
Line 325... Line 328...
325
  color:#fc1f1f;
328
  color:#fc1f1f;
326
  .font(1.4em);
329
  .font(1.4em);
327
  margin:0 5px;
330
  margin:0 5px;
328
  background:url(../images/error-notification.png)no-repeat 5px center;
331
  background:url(../images/error-notification.png)no-repeat 5px center;
329
  background-size:20px;
332
  background-size:20px;
-
 
333
  margin-bottom: 10px;
330
}
334
}
331
 
335
 
332
/*-----------------------payment-hldr-------------------------------*/
336
/*-----------------------payment-hldr-------------------------------*/
333
.payment-cont{
337
.payment-cont{
334
  .shipping-head{
338
  .shipping-head{