You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
657B

  1. .credit-add {
  2. .form {
  3. width: 300px ;
  4. margin-top: 30px;
  5. text-align: center ;
  6. .form-group.field-creditform-amount {
  7. //text-align: center ;
  8. margin-bottom: 30px;
  9. label {
  10. margin-bottom: 25px ;
  11. color: black ;
  12. font-size: 20px ;
  13. }
  14. .input-group {
  15. width: 150px;
  16. margin: 0px auto;
  17. input#creditform-amount {
  18. text-align: center;
  19. }
  20. }
  21. .hint-block {
  22. margin-top: 8px;
  23. }
  24. }
  25. }
  26. }