buttons.css
Same filename in this branch
Same filename in other branches
- 8.9.x core/profiles/demo_umami/themes/umami/css/components/forms/buttons.css
- 8.9.x core/themes/seven/css/components/buttons.css
- 8.9.x core/themes/bartik/css/components/buttons.css
- 10 core/profiles/demo_umami/themes/umami/css/components/forms/buttons.css
- 11.x core/profiles/demo_umami/themes/umami/css/components/forms/buttons.css
This file is used to style form buttons generically, with overrides per form
File
-
core/
profiles/ demo_umami/ themes/ umami/ css/ components/ forms/ buttons.css
View source
- /**
- * @file
- * This file is used to style form buttons generically, with overrides per form
- */
-
- .form-actions {
- display: flex;
- flex-wrap: wrap;
- margin: -0.5rem;
- padding: 0.75rem 0;
- }
-
- @media screen and (min-width: 77em) {
- .form-actions {
- margin: 1rem -0.5rem;
- padding: 0;
- }
- }
-
- .form-actions > .button,
- .form-actions > .form-wrapper {
- margin: 0.5rem;
- line-height: normal;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.