mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[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:
@@ -4,7 +4,6 @@
|
||||
|
||||
$o-theme-h1-font-size-multiplier: (48 / 14);
|
||||
$o-theme-h2-font-size-multiplier: (38 / 14);
|
||||
$o-theme-h3-font-size-multiplier: (28 / 14);
|
||||
$o-theme-h4-font-size-multiplier: (24 / 14);
|
||||
$o-theme-h5-font-size-multiplier: (21 / 14);
|
||||
$o-theme-h6-font-size-multiplier: (18 / 14);
|
||||
@@ -44,15 +43,12 @@ $o-website-values-palettes: (
|
||||
'header-font-size': (14 / 16) * 1rem,
|
||||
'headings-line-height': 1.1,
|
||||
|
||||
'menu-box-shadow': false,
|
||||
|
||||
'btn-ripple': true,
|
||||
|
||||
'btn-font-size': (14 / 16) * 1rem,
|
||||
'btn-border-radius': 2px,
|
||||
|
||||
'btn-font-size-lg': (14 / 16) * 1rem,
|
||||
'btn-padding-y-lg': 1rem,
|
||||
'btn-padding-x-lg': (28 / 16) * 1rem,
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user