Files
design-themes/theme_orchid/views/snippets/s_cover.xml
T
Brieuc-brd 34d61b2815 [IMP] theme_*: update according to new shapes
task-2319488

closes odoo/design-themes#17

Related: odoo/odoo#70843
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
2021-06-15 12:24:08 +00:00

23 lines
914 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_cover" inherit_id="website.s_cover">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_half_screen_height" separator=" "/>
<attribute name="data-oe-shape-data">{"shape":"web_editor/Wavy/01_001","flip":[]}</attribute>
</xpath>
<!-- Title -->
<xpath expr="//div[hasclass('container')]" position="replace">
<div class="container s_allow_columns">
<h1 style="text-align: center;">
<font style="font-size: 62px;"><b>Live life in full bloom</b></font>
</h1>
</div>
</xpath>
<!-- Shape -->
<xpath expr="//section/*[last()]" position="after">
<div class="o_we_shape o_web_editor_Wavy_01_001"/>
</xpath>
</template>
</odoo>