We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b55da commit 34cb370Copy full SHA for 34cb370
src/framework/theme/components/layout/_layout.component.theme.scss
@@ -177,14 +177,14 @@
177
}
178
179
nb-layout-header {
180
+ background-color: nb-theme(header-background-color);
181
color: nb-theme(header-text-color);
182
font-family: nb-theme(header-text-font-family);
183
font-size: nb-theme(header-text-font-size);
184
font-weight: nb-theme(header-text-font-weight);
185
line-height: nb-theme(header-text-line-height);
186
187
nav {
- background: nb-theme(header-background-color);
188
189
box-shadow: nb-theme(header-shadow);
190
height: nb-theme(header-height);
0 commit comments