mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[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:
@@ -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',
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user