[REM] theme_*: remove useless scss variable overrides
This commit removes the overrides of scss variables that are set to the default value and duplicated overrides. task-2463604 closes odoo/design-themes#768 Signed-off-by: Outagant Mehdi (mou) <mou@odoo.com>
This commit is contained in:
@@ -88,11 +88,8 @@ $o-theme-color-palettes: map-merge($o-theme-color-palettes,
|
||||
// Fonts
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
$o-theme-h1-font-size-multiplier: 3;
|
||||
$o-theme-h2-font-size-multiplier: 2.5;
|
||||
$o-theme-h3-font-size-multiplier: (31.25 / 16);
|
||||
$o-theme-h4-font-size-multiplier: (25.00 / 16);
|
||||
$o-theme-h5-font-size-multiplier: (20.00 / 16);
|
||||
$o-theme-h6-font-size-multiplier: 1.1;
|
||||
|
||||
$o-theme-font-configs: (
|
||||
@@ -177,9 +174,7 @@ $o-theme-font-configs: (
|
||||
$o-website-values-palettes: (
|
||||
(
|
||||
'color-palettes-name': 'avantgarde-3',
|
||||
'layout': 'full',
|
||||
|
||||
'font-size-base': 1rem,
|
||||
'font': 'Syne',
|
||||
|
||||
'header-template': 'hamburger',
|
||||
|
||||
Reference in New Issue
Block a user