content-header.pcss.css
/**
* Content header.
*/
.content-header {
overflow: hidden;
margin-bottom: var(--space-s);
padding: var(--space-l) 0 0;
background-color: var(--color-gray-050);
}
File
-
core/
themes/ claro/ css/ components/ content-header.pcss.css
View source
- /**
- * Content header.
- */
-
- .content-header {
- overflow: hidden;
- margin-bottom: var(--space-s);
- padding: var(--space-l) 0 0;
- background-color: var(--color-gray-050);
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.