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.
 
 
 
 

11 lines
154 B

  1. ul.validation-errors {
  2. padding: 30px;
  3. position: fixed;
  4. bottom: 10px;
  5. background-color: wheat;
  6. color: red;
  7. text-align:left;
  8. }