Skip to content

Commit

Permalink
fix(layout): set header background color on host element (#1823)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg committed Jul 23, 2019
1 parent a7b55da commit 34cb370
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,14 @@
}

nb-layout-header {
background-color: nb-theme(header-background-color);
color: nb-theme(header-text-color);
font-family: nb-theme(header-text-font-family);
font-size: nb-theme(header-text-font-size);
font-weight: nb-theme(header-text-font-weight);
line-height: nb-theme(header-text-line-height);

nav {
background: nb-theme(header-background-color);
color: nb-theme(header-text-color);
box-shadow: nb-theme(header-shadow);
height: nb-theme(header-height);
Expand Down

0 comments on commit 34cb370

Please sign in to comment.