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