[FIX] theme_*: use correct header SCSS variable

This commit fixes the "Contact" header and the "default" header that
were not displaying correctly (in related themes) in the web editor
panel as expected.

task-2713578

closes odoo/design-themes#544

Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
xlu-odoo
2021-12-13 15:57:24 +00:00
parent 16bff64259
commit f403f252bc
4 changed files with 4 additions and 4 deletions
@@ -8,7 +8,7 @@ $o-website-values-palettes: (
// Header
'header-font-size': 1rem,
'header-template': 'template_header_default',
'header-template': 'default',
// Font
'font': 'Source Sans Pro',
@@ -9,7 +9,7 @@ $o-website-values-palettes: (
// Header
'logo-height': 2.75rem,
'fixed-logo-height': 2rem,
'header-template': 'template_header_default',
'header-template': 'default',
// Font
'font': 'Montserrat',
@@ -104,7 +104,7 @@ $o-website-values-palettes: (
'btn-ripple': true,
'layout': 'boxed',
'header-template': 'contact',
'header-template': 'Contact',
'footer-template': 'centered',
'btn-font-size-lg': 1rem,
@@ -128,7 +128,7 @@ $o-website-values-palettes: (
'navbar-font': 'Montserrat',
'buttons-font': 'Montserrat',
'link-underline': 'never',
'header-template': 'template_header_default',
'header-template': 'default',
'footer-template': 'descriptive',
),
);