[IMP] theme_beauty: update the theme

This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.

task-2573296

Part-of: odoo/design-themes#500
This commit is contained in:
Brieuc-brd
2021-08-11 09:36:08 +00:00
committed by qsm-odoo
parent 8ff74d41a0
commit 31948824e6
46 changed files with 671 additions and 335 deletions
+39 -19
View File
@@ -1,22 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<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_cc4" separator=" "/>
</xpath>
<!-- Titles -->
<xpath expr="(//div[hasclass('col-lg-8')])[1]/h4" position="replace">
<h4>Tony</h4>
</xpath>
<xpath expr="(//div[hasclass('col-lg-8')])[2]/h4" position="replace">
<h4>Mich</h4>
</xpath>
<xpath expr="(//div[hasclass('col-lg-8')])[3]/h4" position="replace">
<h4>Aline</h4>
</xpath>
<xpath expr="(//div[hasclass('col-lg-8')])[4]/h4" position="replace">
<h4>Iris</h4>
</xpath>
</template>
<template id="s_company_team" inherit_id="website.s_company_team">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc o_cc4 pt80 pb80" separator=" "/>
<attribute name="data-oe-shape-data">{"shape":"web_editor/Wavy/20","flip":["y"]}</attribute>
</xpath>
<!-- Shape -->
<xpath expr="//div[hasclass('container')]" position="before">
<div class="o_we_shape o_web_editor_Wavy_20 o_we_flip_y"/>
</xpath>
<!-- Titles -->
<xpath expr="(//div[hasclass('col-lg-8')])[1]/h4" position="replace" mode="inner">
Tony
</xpath>
<xpath expr="(//div[hasclass('col-lg-8')])[2]/h4" position="replace" mode="inner">
Mich
</xpath>
<xpath expr="(//div[hasclass('col-lg-8')])[3]/h4" position="replace" mode="inner">
Aline
</xpath>
<xpath expr="(//div[hasclass('col-lg-8')])[4]/h4" position="replace" mode="inner">
Iris
</xpath>
<!-- Images -->
<xpath expr="//img" position="attributes">
<attribute name="class" add="img-thumbnail" separator=" "/>
</xpath>
<xpath expr="(//img)[2]" position="attributes">
<attribute name="class" add="img-thumbnail" separator=" "/>
</xpath>
<xpath expr="(//img)[3]" position="attributes">
<attribute name="class" add="img-thumbnail" separator=" "/>
</xpath>
<xpath expr="(//img)[4]" position="attributes">
<attribute name="class" add="img-thumbnail" separator=" "/>
</xpath>
</template>
</odoo>