header.css

Same filename in this branch
  1. 10 core/profiles/demo_umami/themes/umami/components/header/header.css
Same filename in other branches
  1. 9 core/profiles/demo_umami/themes/umami/css/components/regions/header/header.css
  2. 9 core/themes/bartik/css/components/header.css
  3. 8.9.x core/profiles/demo_umami/themes/umami/css/components/regions/header/header.css
  4. 8.9.x core/themes/bartik/css/components/header.css
  5. 11.x core/profiles/demo_umami/themes/umami/components/header/header.css
  6. 11.x core/profiles/demo_umami/themes/umami/css/components/regions/header/header.css

This file is used to style the header.

It styles the header as a global component; it does not style individual header items, such as a menu, which are styled by their own CSS files.

File

core/profiles/demo_umami/themes/umami/css/components/regions/header/header.css

View source
  1. /**
  2. * @file
  3. * This file is used to style the header.
  4. *
  5. * It styles the header as a global component; it does not style individual
  6. * header items, such as a menu, which are styled by their own CSS files.
  7. */
  8. .layout-header {
  9. padding: 0;
  10. background: #fff;
  11. }

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