[IMP] theme_yes: review theme design

task-4178092
part of task-4177975

closes odoo/design-themes#965

X-original-commit: 9763584495
Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
Signed-off-by: Chrysanthe Gomrée (chgo) <chgo@odoo.com>
This commit is contained in:
Chrysanthe (chgo)
2024-09-19 14:18:34 +00:00
parent 525402331a
commit f29a75764c
28 changed files with 387 additions and 263 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 62 KiB

+10 -10
View File
@@ -4,8 +4,8 @@ import * as wTourUtils from '@website/js/tours/tour_utils';
const snippets = [
{
id: 's_cover',
name: 'Cover',
id: 's_kickoff',
name: 'Kickoff',
groupName: "Intro",
},
{
@@ -19,19 +19,19 @@ const snippets = [
groupName: "People",
},
{
id: 's_media_list',
name: 'Media List',
id: 's_image_text_overlap',
name: 'Image - Text Overlap',
groupName: "Content",
},
{
id: 's_images_wall',
name: 'Images Wall',
groupName: "Images",
id: 's_features',
name: 'Features',
groupName: "Content>",
},
{
id: 's_quotes_carousel',
name: 'Quotes',
groupName: "People",
id: 's_call_to_action',
name: 'Call to Action',
groupName: "Content",
},
];
@@ -53,9 +53,11 @@ $o-website-values-palettes: (
'font': 'Quicksand',
'headings-font': 'Playfair Display',
'footer-template': 'descriptive',
'btn-border-radius': 10rem,
'btn-border-radius-sm': 10rem,
'btn-border-radius-lg': 10rem,
'btn-padding-y-lg': .5rem,
'btn-padding-x-lg': 2rem,
'btn-border-radius': 0,
'btn-border-radius-sm': 0,
'btn-border-radius-lg': 0,
'btn-ripple': true,
),
);