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:
@@ -56,7 +56,6 @@ $o-theme-color-palettes: map-merge($o-theme-color-palettes,
|
||||
|
||||
$o-theme-h1-font-size-multiplier: (40 / 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: (20 / 14);
|
||||
$o-theme-h6-font-size-multiplier: (16 / 14);
|
||||
@@ -129,7 +128,6 @@ $o-website-values-palettes: (
|
||||
'logo-height': 3rem,
|
||||
'fixed-logo-height': 3rem,
|
||||
'btn-border-radius': 2rem,
|
||||
'btn-border-radius-lg': 2rem,
|
||||
'btn-padding-y': .5rem,
|
||||
'btn-padding-x': 1.25rem,
|
||||
'btn-padding-y-lg': .75rem,
|
||||
@@ -139,7 +137,6 @@ $o-website-values-palettes: (
|
||||
'navbar-font': 'Varela Round',
|
||||
'buttons-font': 'Varela Round',
|
||||
'link-underline': 'never',
|
||||
'header-template': 'default',
|
||||
'footer-template': 'centered',
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user