content-header.css
Same filename in this branch
Same filename and directory in other branches
- 10 core/themes/claro/css/components/content-header.css
- 11.x core/themes/claro/css/components/content-header.css
- 8.9.x core/themes/seven/css/components/content-header.css
- 8.9.x core/themes/claro/css/components/content-header.css
- main core/themes/claro/css/components/content-header.css
- 11.x core/themes/admin/css/components/content-header.css
- main core/themes/admin/css/components/content-header.css
- 11.x core/themes/default_admin/css/components/content-header.css
/*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
/**
* Content header.
*/
.content-header {
overflow: hidden;
margin-bottom: 0.75rem;
padding: 1.5rem 0 0;
background-color: #f3f4f9;
}
File
-
core/
themes/ claro/ css/ components/ content-header.css
View source
- /*
- * DO NOT EDIT THIS FILE.
- * See the following change record for more information,
- * https://www.drupal.org/node/3084859
- * @preserve
- */
-
- /**
- * Content header.
- */
-
- .content-header {
- overflow: hidden;
- margin-bottom: 0.75rem;
- padding: 1.5rem 0 0;
- background-color: #f3f4f9;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.