[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>
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 96 KiB |
|
After Width: | Height: | Size: 70 KiB |
|
After Width: | Height: | Size: 93 KiB |
|
Before Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 97 KiB |
|
After Width: | Height: | Size: 121 KiB |
|
After Width: | Height: | Size: 97 KiB |
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 138 KiB |
|
Before Width: | Height: | Size: 62 KiB |
|
After Width: | Height: | Size: 190 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 62 KiB |
@@ -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,
|
||||
),
|
||||
);
|
||||
|
||||