mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
7411ad6b49
Theme Kiddo's design has been revamped by adding the following
improvements:
- Theme palette has been changed, using less contrasted colours.
- Fonts have been reviewed, replacing 'Bubblegum Sans' with 'Varela
Round'.
- Header and footer default values have been reviewed and changed to
'default' and 'descriptive'.
- Buttons' default design has been revamped, using now outline buttons
by default.
- Theme's tour has been reviewed and changed, using 's_picture' as a
third block.
- Theme's screenshot and description have been updated.
- Theme's tour snippet design has been revamped, by using animated
shapes ('s_banner', 's_picture'), new shapes ('s_image_text',
's_call_to_action'), a bg video + img placeholder ('s_banner'), a
illustration with dynamic colours ('s_image_text'), a new copywriting
('s_picture'), better text block design ('s_banner'), better design in
smaller viewports ('s_banner', 's_product_list') and a brand new
snippet design ('s_product_list').
- In order to add a better integration with the Website Configurator,
's_cover' design has also been improved.
Additionally, duplicated commented text lines in
'bootstrap_overridden.scss' have been removed.
task-2573229
X-original-commit: 0173ac6c44
Part-of: odoo/design-themes#501
38 lines
1.2 KiB
Python
38 lines
1.2 KiB
Python
{
|
|
'name': 'Kiddo Theme',
|
|
'description': 'Kiddo theme for Odoo Website',
|
|
'category': 'Theme/Retail',
|
|
'summary': 'Nursery, Toys, Games, Kids, Boys, Girls, Stores',
|
|
'sequence': 290,
|
|
'version': '2.1.0',
|
|
'author': 'Odoo S.A.',
|
|
'depends': ['theme_common'],
|
|
'data': [
|
|
'data/ir_asset.xml',
|
|
'views/images_library.xml',
|
|
|
|
'views/snippets/s_banner.xml',
|
|
'views/snippets/s_image_text.xml',
|
|
'views/snippets/s_picture.xml',
|
|
'views/snippets/s_product_list.xml',
|
|
'views/snippets/s_call_to_action.xml',
|
|
'views/snippets/s_cover.xml',
|
|
|
|
],
|
|
'images': [
|
|
'static/description/Kiddo_description.png',
|
|
'static/description/kiddo_screenshot.jpg',
|
|
],
|
|
'images_preview_theme': {
|
|
'website.s_banner_default_image': '/theme_kiddo/static/src/img/snippets/s_banner.jpg',
|
|
'website.s_picture_default_image': '/theme_kiddo/static/src/img/content/content_img_15.jpg',
|
|
},
|
|
'license': 'LGPL-3',
|
|
'live_test_url': 'https://theme-kiddo.odoo.com',
|
|
'assets': {
|
|
'website.assets_editor': [
|
|
'theme_kiddo/static/src/js/tour.js',
|
|
],
|
|
}
|
|
}
|