[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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user