Subversion Repositories SmartDukaan

Rev

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

Rev 10582 Rev 10649
Line 538... Line 538...
538
  padding:5px;
538
  padding:5px;
539
  color:red;
539
  color:red;
540
  border:red dashed 1px;
540
  border:red dashed 1px;
541
  background:@white;
541
  background:@white;
542
}
542
}
-
 
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
}