contact.css

Same filename in other branches
  1. 9 core/profiles/demo_umami/themes/umami/css/components/forms/contact.css
  2. 8.9.x core/profiles/demo_umami/themes/umami/css/components/forms/contact.css
  3. 10 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) {
  10. /* 480px */
  11. .contact-form {
  12. margin-bottom: 2rem;
  13. }
  14. }
  15. @media screen and (min-width: 60rem) {
  16. /* 960px */
  17. .contact-form {
  18. margin-bottom: 3rem;
  19. }
  20. }
  21. .contact-form .form-item-copy {
  22. margin-bottom: 0;
  23. }
  24. .contact-form .form-item-copy .form-checkbox {
  25. min-width: auto;
  26. margin: 0 5px 0 0;
  27. }

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