mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_bookstore: improve the theme
Revamp of `theme_bookstore`. task-4109584 closes odoo/design-themes#862 Related: odoo/odoo#176503 Signed-off-by: Soukéina Bojabza (sobo) <sobo@odoo.com>
This commit is contained in:
committed by
Soukéina Bojabza
parent
7e7ca555f3
commit
4492c5dfa6
@@ -51,6 +51,10 @@ $o-theme-font-configs: (
|
||||
'family': ('DM Serif Display', serif),
|
||||
'url': 'DM+Serif+Display:400,400i',
|
||||
),
|
||||
'Inter': (
|
||||
'family': ('Inter', sans-serif),
|
||||
'url': 'Inter:300,300i,,400,400i,700,700i',
|
||||
),
|
||||
);
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
@@ -59,20 +63,22 @@ $o-theme-font-configs: (
|
||||
|
||||
$o-website-values-palettes: (
|
||||
(
|
||||
'color-palettes-name': 'generic-8',
|
||||
'color-palettes-name': 'default-26',
|
||||
'header-font-size': 1rem,
|
||||
'btn-border-radius': 0px,
|
||||
'btn-border-radius-sm': 0px,
|
||||
'btn-border-radius-lg': 0px,
|
||||
'font': 'Source Sans Pro',
|
||||
'btn-border-radius': 8px,
|
||||
'btn-border-radius-sm': 4px,
|
||||
'btn-border-radius-lg': 12px,
|
||||
'btn-padding-x': 16px,
|
||||
'btn-padding-x-lg': 20px,
|
||||
'btn-padding-y-lg': 12px,
|
||||
'font': 'Inter',
|
||||
'headings-font': 'DM Serif Display',
|
||||
'header-template': 'sales_one',
|
||||
'footer-template': 'links',
|
||||
'header-template': 'search',
|
||||
'link-underline': 'never',
|
||||
),
|
||||
);
|
||||
|
||||
$o-selected-color-palettes-names: append($o-selected-color-palettes-names, 'generic-8');
|
||||
$o-selected-color-palettes-names: append($o-selected-color-palettes-names, 'default-26');
|
||||
|
||||
$o-color-palettes-compatibility-indexes: (
|
||||
1: 'bookstore-1',
|
||||
|
||||
Reference in New Issue
Block a user