gin-help.css
Same filename and directory in other branches
/*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
.block-help-block {
max-width: 64rem;
margin: 0;
margin-block-end: var(--gin-spacing-m);
font-size: var(--gin-font-size-s);
p {
/* @todo add this back after visual regression against Gin 5.x */
/* margin: 0; */
color: var(--gin-color-text-light);
}
}
#edit-help {
color: var(--gin-color-text-light);
font-size: var(--gin-font-size-s);
}
File
-
core/
themes/ default_admin/ migration/ css/ base/ gin-help.css
View source
- /*
- * DO NOT EDIT THIS FILE.
- * See the following change record for more information,
- * https://www.drupal.org/node/3084859
- * @preserve
- */
-
- .block-help-block {
- max-width: 64rem;
- margin: 0;
- margin-block-end: var(--gin-spacing-m);
- font-size: var(--gin-font-size-s);
-
- p {
- /* @todo add this back after visual regression against Gin 5.x */
- /* margin: 0; */
- color: var(--gin-color-text-light);
- }
- }
-
- #edit-help {
- color: var(--gin-color-text-light);
- font-size: var(--gin-font-size-s);
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.