Files
design-themes/theme_yes/views/snippets/s_title.xml
T
Chrysanthe (chgo) f29a75764c [IMP] theme_yes: review theme design
task-4178092
part of task-4177975

closes odoo/design-themes#965

X-original-commit: 9763584495
Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
Signed-off-by: Chrysanthe Gomrée (chgo) <chgo@odoo.com>
2024-09-28 19:37:28 +00:00

25 lines
774 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_title" inherit_id="website.s_title">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('container')]" position="replace" mode="inner">
<div class="row">
<div class="col-lg-8 offset-lg-2">
<h2>Meet our team</h2>
</div>
</div>
</xpath>
</template>
<template id="configurator_s_title" inherit_id="website.configurator_s_title">
<xpath expr="//h2" position="replace">
<h2 class="display-3-fs" style="text-align: center">We are two passionate<br/>with years of experience</h2>
</xpath>
</template>
</odoo>