help.pcss.css
Same filename in this branch
Same filename and directory in other branches
Admin styles for the help component.
File
-
core/
themes/ default_admin/ css/ components/ help.pcss.css
View source
- /**
- * @file
- * Admin styles for the help component.
- */
-
- .help {
- max-width: 1024px;
- margin: 0;
- font-size: var(--admin-font-size-s);
-
- &:has(*:not(.region-help)) {
- margin-block-end: var(--admin-space-m);
- }
-
- p {
- margin: 0 0 10px;
- color: var(--admin-color-text-soft);
- }
- }
-
- #edit-help {
- color: var(--admin-color-text-soft);
- font-size: var(--admin-font-size-s);
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.