Subversion Repositories SmartDukaan

Rev

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

Rev 13084 Rev 15933
Line 609... Line 609...
609
.coupon-code{
609
.coupon-code{
610
  margin-top:10px;
610
  margin-top:10px;
611
  border:@list-color1 solid 1px;
611
  border:@list-color1 solid 1px;
612
  background:@white;
612
  background:@white;
613
  >div:nth-of-type(1){
613
  >div:nth-of-type(1){
614
    padding:10px 5px;
-
 
615
    background:@grey;
-
 
616
    color:@white;
-
 
617
    .font(1.4em);
-
 
618
  }
-
 
619
  >div:nth-of-type(2){
-
 
620
    padding:10px 5px 10px;
614
    padding:10px 5px 10px;
621
    input[type="text"]{
615
    input[type="text"]{
622
    color:@grey;
616
    color:@grey;
623
      .float(left);
617
      .float(left);
624
      .boxsize;
618
      .boxsize;
Line 631... Line 625...
631
  }
625
  }
632
  .apply-coupon{
626
  .apply-coupon{
633
    .font(1.4em);
627
    .font(1.4em);
634
      .float(right);
628
      .float(right);
635
      width:40%;
629
      width:40%;
636
      background:@ltblue;
630
      background:@extgrey;
637
      color:@white;
631
      color:@black;
638
      height:30px;
632
      height:30px;
639
      line-height:30px;
633
      line-height:30px;
640
      text-align:center;
634
      text-align:center;
641
  }
635
  }
642
 }
636
 }