[IMP] theme_yes: update the theme

This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.

task-2555035

X-original-commit: 2a2da47270
Part-of: odoo/design-themes#501
This commit is contained in:
Elisabeth Dickinson
2021-07-01 14:16:13 +00:00
committed by qsm-odoo
parent e3e8f6796d
commit 299d504df3
68 changed files with 925 additions and 437 deletions
+12 -9
View File
@@ -1,12 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_call_to_action" inherit_id="website.s_call_to_action">
<!-- Paragraph -->
<xpath expr="//h3" position="replace">
<h3><b>345 couples</b> trusted us to organize their wedding.</h3>
</xpath>
<xpath expr="//p" position="replace">
<p>Join them and let us help you make this day unforgettable.</p>
</xpath>
</template>
<template id="s_call_to_action" inherit_id="website.s_call_to_action">
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
<b>345 couples</b> trusted us to organize their wedding.
</xpath>
<!-- Paragraph -->
<xpath expr="//p" position="replace" mode="inner">
Join them and let us help you make this day unforgettable.
</xpath>
</template>
</odoo>