[IMP] theme_cobalt, theme_paptic: adapt to new theme options

This commit adapt themes to rely on the new theme option
`headings-line-height`.

See https://github.com/odoo/odoo/pull/111621.

task-3140991

closes odoo/design-themes#633

Related: odoo/odoo#111621
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
Benoit Socias
2023-02-14 13:02:54 +00:00
parent cc958193fb
commit ab791fab67
4 changed files with 3 additions and 2 deletions
@@ -4,5 +4,4 @@
// Headings
$headings-line-height: 1.1 !default;
$headings-font-weight: 600 !default;
@@ -32,6 +32,8 @@ $o-website-values-palettes: (
'font': 'Inter',
'headings-line-height': 1.1,
'hamburger-type': 'off-canvas',
'menu-box-shadow': false,
@@ -1,6 +1,5 @@
// Headings
$headings-line-height: 1.1 !default;
$headings-font-weight: 600 !default;
@@ -42,6 +42,7 @@ $o-website-values-palettes: (
'font-size-base': (14 / 16) * 1rem,
'header-font-size': (14 / 16) * 1rem,
'headings-line-height': 1.1,
'hamburger-type': 'off-canvas',
'menu-box-shadow': false,