mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
c31b3c7c83
task-4178066 Part of task-4177975 closes odoo/design-themes#929 Signed-off-by: Serge Bayet (seba) <seba@odoo.com>
19 lines
557 B
XML
19 lines
557 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" remove="pt40" add="pt80" separator=" "/>
|
|
</xpath>
|
|
<!-- Title -->
|
|
<xpath expr="//h2" position="replace" mode="inner">
|
|
We create the perfect <br/>tailored solution for you
|
|
</xpath>
|
|
<xpath expr="//h2" position="attributes">
|
|
<attribute name="class" remove="display-3-fs" separator=" "/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|