[IMP] theme_yes: review theme design

task-4178092
part of task-4177975

closes odoo/design-themes#937

Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
This commit is contained in:
Chrysanthe (chgo)
2024-09-19 16:18:34 +02:00
parent ab8f6a8fce
commit 9763584495
28 changed files with 387 additions and 263 deletions
+7 -13
View File
@@ -2,12 +2,17 @@
<odoo>
<template id="s_company_team" inherit_id="website.s_company_team">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc o_cc2" separator=" "/>
</xpath>
<xpath expr="//p" position="replace"/>
<!-- Row #1 - Col #1 -->
<xpath expr="//div[hasclass('col-lg-9')]//h4" position="replace" mode="inner">
Livia Sailor
</xpath>
<xpath expr="//div[hasclass('col-lg-9')]//p" position="replace" mode="inner">
<font style="font-weight: bolder;" class="text-o-color-1">The Founder &amp; Planner</font>
<font style="font-weight: bolder;" class="text-o-color-1">The Planner</font>
</xpath>
<xpath expr="//div[hasclass('col-lg-9')]//p[2]" position="replace" mode="inner">
Livia is our head wedding coordinator and stylist, she'll turn any of your ideas into reality, making sure your wedding day is smooth and looks better than anything you have ever seen on Pinterest.
@@ -20,22 +25,11 @@
<font style="font-weight: bolder;" class="text-o-color-1">The Designer</font>
</xpath>
<xpath expr="(//div[hasclass('col-lg-9')])[2]//p[2]" position="replace" mode="inner">
Livia is our head wedding coordinator and stylist, she'll turn any of your ideas into reality, making sure your wedding day is smooth and looks better than anything you have ever seen on Pinterest.
Clair has a background in both design and photography. With these strong skills in his toolbox, he will take care of the decoration of the place, as well as create lifelong memories for you and your soulmate.
</xpath>
<!-- Row -->
<xpath expr="//*[hasclass('col-lg-6')][4]" position="replace"/>
<xpath expr="//*[hasclass('col-lg-6')][3]" position="replace"/>
</template>
<template id="configurator_s_company_team" inherit_id="website.configurator_s_company_team">
<!-- Shape option -->
<xpath expr="//section" position="attributes">
<attribute name="data-oe-shape-data">{"shape":"web_editor/Origins/14_001"}</attribute>
</xpath>
<!-- Shape -->
<xpath expr="//*[hasclass('container')]" position="before">
<div class="o_we_shape o_web_editor_Origins_14_001 o_second_extra_shape_mapping bg-o-color-3"/>
</xpath>
</template>
</odoo>