mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
0173ac6c44
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
Part-of: odoo/design-themes#500
30 lines
1.1 KiB
XML
30 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_image_text" inherit_id="website.s_image_text">
|
|
<!-- Section -->
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="o_cc o_cc2 pb72" remove="pb32" separator=" "/>
|
|
<attribute name="data-oe-shape-data">{"shape":"web_editor/Wavy/20"}</attribute>
|
|
</xpath>
|
|
|
|
<!-- Shape -->
|
|
<xpath expr="//div[hasclass('container')]" position="before">
|
|
<div class="o_we_shape o_web_editor_Wavy_20"/>
|
|
</xpath>
|
|
|
|
<!-- Paragraph -->
|
|
<xpath expr="//div[hasclass('col-lg-6')][2]" position="replace">
|
|
<div class="p-5 col-lg-6 o_cc o_cc2 text-center">
|
|
<h2 style="font-size: 48px;">Activities</h2>
|
|
<p><br/></p>
|
|
<p>Our team is composed of experienced nursery nurses.</p>
|
|
<p>They will propose to your children educational activities, playful, varied and adapted to the stage of development.</p>
|
|
<p><br/></p>
|
|
<p><a href="#" class="btn btn-primary mb-2">Discover more</a></p>
|
|
</div>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|