header.css
Same filename in this branch
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
- /**
- * @file
- * 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.
- */
-
- .layout-header {
- padding: 0;
- background: #fff;
- }