[IMP] theme_bookstore: revamp the theme

task-4178030

Part-of: odoo/design-themes#969
Related: odoo/odoo#182029
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
Antoine (anso)
2024-09-19 15:01:01 +02:00
committed by qsm-odoo
parent f06ffd5c26
commit 563bce5b46
22 changed files with 365 additions and 419 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

+13 -13
View File
@@ -10,25 +10,25 @@ const snippets = [
groupName: "Intro",
},
{
id: 's_masonry_block',
name: 'Masonry',
groupName: "Images",
},
{
id: 's_process_steps',
name: 'Steps',
groupName: "Content",
},
{
id: 's_showcase',
name: 'Showcase',
groupName: "Content",
id: 's_key_images',
name: 'Key Images',
groupName: "Columns",
},
{
id: 's_title',
name: 'Title',
groupName: "Text",
},
{
id: 's_accordion_image',
name: 'Accordion Image',
groupName: "Content",
},
{
id: 's_cta_box',
name: 'CTA Box',
groupName: "Content",
},
];
wTourUtils.registerThemeHomepageTour("bookstore_tour", () => [
@@ -2,10 +2,6 @@
// Fonts
//------------------------------------------------------------------------------
$o-theme-h1-font-size-multiplier: (62 / 16);
$o-theme-h2-font-size-multiplier: (48 / 16);
$o-theme-h5-font-size-multiplier: 1;
$o-theme-font-configs: (
'Heebo': (
'family': ('Heebo', sans-serif),