contact.css

Same filename in other branches
  1. 8.9.x core/profiles/demo_umami/themes/umami/css/components/forms/contact.css
  2. 10 core/profiles/demo_umami/themes/umami/css/components/forms/contact.css
  3. 11.x core/profiles/demo_umami/themes/umami/css/components/forms/contact.css

This file is used to style the contact form.

File

core/profiles/demo_umami/themes/umami/css/components/forms/contact.css

View source
  1. /**
  2. * @file
  3. * This file is used to style the contact form.
  4. */
  5. .contact-form {
  6. max-width: 600px;
  7. margin: auto auto 1rem;
  8. }
  9. @media screen and (min-width: 30rem) { /* 480px */
  10. .contact-form {
  11. margin-bottom: 2rem;
  12. }
  13. }
  14. @media screen and (min-width: 60rem) { /* 960px */
  15. .contact-form {
  16. margin-bottom: 3rem;
  17. }
  18. }
  19. .contact-form .form-item-copy {
  20. margin-bottom: 0;
  21. }
  22. .contact-form .form-item-copy .form-checkbox {
  23. min-width: auto;
  24. margin: 0 5px 0 0;
  25. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.