[IMP] theme_zap: theme improvement

Revamp of `theme_zap`

task-4178094

closes odoo/design-themes#950

X-original-commit: 0dd9e17b8f
Signed-off-by: Alice Gaudon (agau) <agau@odoo.com>
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
Antoine (anso)
2024-09-13 12:45:07 +00:00
committed by qsm-odoo
parent 9cd2958f78
commit 8e1fd68ebb
33 changed files with 541 additions and 274 deletions
-6
View File
@@ -57,12 +57,6 @@
// Bootstrap
//------------------------------------------------------------------------------//
// Options
//
// Quickly modify global styling by enabling or disabling optional features.
$enable-shadows: true;
// Spacing
//
// Control the default styling of most Bootstrap elements by modifying these
@@ -4,16 +4,14 @@
$o-website-values-palettes: (
(
'color-palettes-name': 'zap-1',
'color-palettes-name': 'base-2',
// Header
'header-template': 'hamburger',
'logo-height': 2.75rem,
'fixed-logo-height': 2rem,
'header-links-style': 'fill',
'header-template': 'sales_four',
// Font
'font': 'Lato',
'font': 'Open Sans',
'headings-font': 'Manrope',
// Buttons
'btn-padding-y': .625rem,
@@ -98,6 +96,10 @@ $o-theme-font-configs: (
),
)
),
'Manrope': (
'family': ('Manrope', sans-serif),
'url': 'Manrope:300,300i,400,400i,600,600i',
),
);
// Headings
@@ -169,8 +171,6 @@ $o-theme-color-palettes: map-merge($o-theme-color-palettes,
)
);
$o-selected-color-palettes-names: append($o-selected-color-palettes-names, 'zap-1');
$o-color-palettes-compatibility-indexes: (
1: 'zap-1',
2: 'zap-2',