[FIX] theme_*: use correct contact header SCSS variable

The contact header scss variable value was written with an uppercase
unlike other header scss variables. Unfortunately, fixing that typo is
not stable-friendly (as people already using the template now saved
that typo in their DB). Instead, we use that typo as default value for
the related themes.

Related to task-2368576

closes odoo/design-themes#28

Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
qsm-odoo
2021-07-06 09:31:39 +00:00
parent cb1e3be3f8
commit 20c31ada10
3 changed files with 3 additions and 3 deletions
@@ -133,7 +133,7 @@ $o-website-values-palettes: (
'headings-font': 'Questrial',
'navbar-font': 'Questrial',
'buttons-font': 'Questrial',
'header-template': 'contact',
'header-template': 'Contact',
'footer-template': 'default',
'header-links-style': 'outline',
),
@@ -157,7 +157,7 @@ $o-website-values-palettes: (
'headings-font': 'Poppins',
'navbar-font': 'Poppins',
'buttons-font': 'Poppins',
'header-template': 'contact',
'header-template': 'Contact',
'footer-template': 'descriptive',
'header-links-style': 'border-bottom',
),
@@ -133,7 +133,7 @@ $o-website-values-palettes: (
'headings-font': 'Oswald',
'navbar-font': 'Oswald',
'buttons-font': 'Lato',
'header-template': 'contact',
'header-template': 'Contact',
'footer-template': 'contact',
'header-links-style': 'border-bottom',
),