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.

21 lines
362 B

10 years ago
  1. button, label{
  2. font-family: Yekan;
  3. }
  4. .input-validation-error{
  5. border-color: #ee4646;
  6. }
  7. .field-validation-valid{
  8. display: inline-block;
  9. min-height: 1.3em;
  10. }
  11. .field-validation-error{
  12. font-family: Koodak;
  13. font-size: 1.2em;
  14. }
  15. .form-help{
  16. color: #3c72e1;
  17. cursor: pointer;
  18. }
  19. .indented{
  20. margin-right: 30px;
  21. }