[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:
@@ -4,5 +4,4 @@
|
|||||||
|
|
||||||
// Headings
|
// Headings
|
||||||
|
|
||||||
$headings-line-height: 1.1 !default;
|
|
||||||
$headings-font-weight: 600 !default;
|
$headings-font-weight: 600 !default;
|
||||||
|
|||||||
@@ -32,6 +32,8 @@ $o-website-values-palettes: (
|
|||||||
|
|
||||||
'font': 'Inter',
|
'font': 'Inter',
|
||||||
|
|
||||||
|
'headings-line-height': 1.1,
|
||||||
|
|
||||||
'hamburger-type': 'off-canvas',
|
'hamburger-type': 'off-canvas',
|
||||||
'menu-box-shadow': false,
|
'menu-box-shadow': false,
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
// Headings
|
// Headings
|
||||||
|
|
||||||
$headings-line-height: 1.1 !default;
|
|
||||||
$headings-font-weight: 600 !default;
|
$headings-font-weight: 600 !default;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -42,6 +42,7 @@ $o-website-values-palettes: (
|
|||||||
|
|
||||||
'font-size-base': (14 / 16) * 1rem,
|
'font-size-base': (14 / 16) * 1rem,
|
||||||
'header-font-size': (14 / 16) * 1rem,
|
'header-font-size': (14 / 16) * 1rem,
|
||||||
|
'headings-line-height': 1.1,
|
||||||
|
|
||||||
'hamburger-type': 'off-canvas',
|
'hamburger-type': 'off-canvas',
|
||||||
'menu-box-shadow': false,
|
'menu-box-shadow': false,
|
||||||
|
|||||||
Reference in New Issue
Block a user