Subversion Repositories SmartDukaan

Rev

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

Rev 10582 Rev 10633
Line 681... Line 681...
681
    color:@grey;
681
    color:@grey;
682
    .font(1.6em);
682
    .font(1.6em);
683
    margin-bottom:5px;
683
    margin-bottom:5px;
684
  }
684
  }
685
}
685
}
-
 
686
 
-
 
687
  .payment-error-hldr{
-
 
688
  padding:10px;
-
 
689
.payment-error{
-
 
690
  text-align:center;
-
 
691
  .font(1.4em);
-
 
692
  color:@grey;
-
 
693
  margin-top:10%;
-
 
694
}
-
 
695
.btn{
-
 
696
  background:@orange;
-
 
697
  text-align:center;
-
 
698
  .font(1.4em);
-
 
699
  color:@white;
-
 
700
  padding:8px 0;
-
 
701
  margin:10px auto 30px;
-
 
702
  display:block;
-
 
703
  width:80%;
-
 
704
 
-
 
705
}
-
 
706
}
686
707