contact.css
Same filename in other branches
This file is used to style the contact form.
File
-
core/
profiles/ demo_umami/ themes/ umami/ css/ components/ forms/ contact.css
View source
- /**
- * @file
- * This file is used to style the contact form.
- */
-
- .contact-form {
- max-width: 600px;
- margin: auto auto 1rem;
- }
-
- @media screen and (min-width: 30rem) {
- /* 480px */
- .contact-form {
- margin-bottom: 2rem;
- }
- }
-
- @media screen and (min-width: 60rem) {
- /* 960px */
- .contact-form {
- margin-bottom: 3rem;
- }
- }
- .contact-form .form-item-copy {
- margin-bottom: 0;
- }
- .contact-form .form-item-copy .form-checkbox {
- min-width: auto;
- margin: 0 5px 0 0;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.