[IMP] theme_bewise: update the theme
This commit updates the theme to improve the design with shapes, new pictures and new custom snippets. task-2573302 Part-of: odoo/design-themes#477
This commit is contained in:
@@ -41,12 +41,12 @@ $o-theme-color-palettes: map-merge($o-theme-color-palettes,
|
||||
// Fonts
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
$o-theme-h1-font-size-multiplier: (48.83 / 16);
|
||||
$o-theme-h2-font-size-multiplier: (39.06 / 16);
|
||||
$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-h1-font-size-multiplier: (56 / 21);
|
||||
$o-theme-h2-font-size-multiplier: (36 / 21);
|
||||
$o-theme-h3-font-size-multiplier: (28 / 21);
|
||||
$o-theme-h4-font-size-multiplier: (24 / 21);
|
||||
$o-theme-h5-font-size-multiplier: 1;
|
||||
$o-theme-h6-font-size-multiplier: (18 / 21);
|
||||
|
||||
$o-theme-font-configs: (
|
||||
'Lato': (
|
||||
@@ -105,7 +105,7 @@ $o-website-values-palettes: (
|
||||
|
||||
'header-font-size': (20 / 16) * 1rem,
|
||||
'font': 'Darker Grotesque',
|
||||
'font-size-base': 1.2rem,
|
||||
'font-size-base': 1.3125rem,
|
||||
'headings-font': 'Raleway',
|
||||
'navbar-font': 'Darker Grotesque',
|
||||
'buttons-font': 'Darker Grotesque',
|
||||
@@ -155,4 +155,7 @@ $o-theme-color-palettes-compatibility-indexes: (
|
||||
// Shapes
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Blobs/11', (1: 5));
|
||||
$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Origins/14_001', (3: 1, 4: 1));
|
||||
$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Rainy/08_001', (1: 1, 4: 1));
|
||||
$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Floats/06', (1: 3, 2: 5, 3: 5, 5: 3));
|
||||
$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Airy/04_001', (1: 3));
|
||||
|
||||
Reference in New Issue
Block a user