content-header.css

Same filename in this branch
  1. 8.9.x core/themes/claro/css/components/content-header.css
Same filename in other branches
  1. 9 core/themes/seven/css/components/content-header.css
  2. 9 core/themes/claro/css/components/content-header.css
  3. 10 core/themes/claro/css/components/content-header.css
  4. 11.x core/themes/claro/css/components/content-header.css
/**
 * Content header.
 */
.content-header {
  overflow: hidden;
  padding: 24px 0 0;
  background-color: #e0e0d8;
}

File

core/themes/seven/css/components/content-header.css

View source
  1. /**
  2. * Content header.
  3. */
  4. .content-header {
  5. overflow: hidden;
  6. padding: 24px 0 0;
  7. background-color: #e0e0d8;
  8. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.