Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

39 lines
875B

  1. .credit-add {
  2. .form {
  3. max-width: 350px ;
  4. margin: 0px auto ;
  5. margin-top: 30px;
  6. text-align: center ;
  7. .form-group.field-creditform-amount {
  8. text-align: center ;
  9. margin-bottom: 30px;
  10. label {
  11. margin-bottom: 25px ;
  12. color: black ;
  13. font-size: 20px ;
  14. }
  15. .input-group {
  16. width: 150px;
  17. margin: 0px auto;
  18. //display: inline-block;
  19. input#creditform-amount {
  20. text-align: center;
  21. &:focus {
  22. @include box-shadow(none);
  23. border-color: #ccc;
  24. }
  25. }
  26. }
  27. .hint-block {
  28. margin-top: 8px;
  29. }
  30. }
  31. }
  32. }