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.

17 lines
281 B

  1. button, label{
  2. font-family: Koodak;
  3. }
  4. label{
  5. font-size: 1.5em;
  6. }
  7. .input-validation-error{
  8. border-color: #ee4646;
  9. }
  10. .field-validation-valid{
  11. display: inline-block;
  12. min-height: 1.3em;
  13. }
  14. .field-validation-error{
  15. font-family: Koodak;
  16. font-size: 1.2em;
  17. }