mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
c15a594337
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.
task-2573296
X-original-commit: 31948824e6
Part-of: odoo/design-themes#501
43 lines
1.5 KiB
XML
43 lines
1.5 KiB
XML
<?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 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>
|