[IMP] theme_yes: review theme design

task-4178092
part of task-4177975

closes odoo/design-themes#937

Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
This commit is contained in:
Chrysanthe (chgo)
2024-09-19 16:18:34 +02:00
parent ab8f6a8fce
commit 9763584495
28 changed files with 387 additions and 263 deletions
+12 -3
View File
@@ -6,9 +6,18 @@
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc o_cc2" separator=" "/>
</xpath>
<!-- Title -->
<xpath expr="//h2" position="replace" mode="inner">
Meet our team
<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>