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.

13 lines
213B

  1. .credit-add {
  2. .form {
  3. max-width: 250px ;
  4. margin: 0px auto ;
  5. text-align: center ;
  6. label {
  7. margin-bottom: 15px ;
  8. color: gray ;
  9. }
  10. }
  11. }