mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_kiddo: redesign of the theme
This commit introduces a redesign of the Kiddo theme. It also moves 6 svg icons from the "static/src/img/snippets/" to "static/shapes" to allow the use of the dynamic colors in the Web Editor. task-2687297 closes odoo/design-themes#529 Related: odoo/odoo#80658 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
@@ -55,7 +55,7 @@ $o-theme-color-palettes: map-merge($o-theme-color-palettes,
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
$o-theme-h1-font-size-multiplier: (40 / 14);
|
||||
$o-theme-h2-font-size-multiplier: (32 / 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);
|
||||
@@ -122,10 +122,10 @@ $o-theme-font-configs: (
|
||||
|
||||
$o-website-values-palettes: (
|
||||
(
|
||||
'color-palettes-name': 'kiddo-3',
|
||||
'color-palettes-name': 'default-16',
|
||||
|
||||
'font-size-base': (14 / 16) * 1.075rem,
|
||||
'header-font-size': 1.15rem,
|
||||
'header-font-size': .875rem,
|
||||
'logo-height': 3rem,
|
||||
'fixed-logo-height': 3rem,
|
||||
'btn-border-radius': 2rem,
|
||||
@@ -140,13 +140,10 @@ $o-website-values-palettes: (
|
||||
'buttons-font': 'Varela Round',
|
||||
'link-underline': 'never',
|
||||
'header-template': 'default',
|
||||
'footer-template': 'descriptive',
|
||||
'btn-primary-outline': true,
|
||||
'footer-template': 'centered',
|
||||
),
|
||||
);
|
||||
|
||||
$o-selected-color-palettes-names: append($o-selected-color-palettes-names, 'kiddo-3');
|
||||
|
||||
$o-color-palettes-compatibility-indexes: (
|
||||
1: 'kiddo-3',
|
||||
2: 'kiddo-2',
|
||||
|
||||
Reference in New Issue
Block a user