mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
2c264af33e
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.
task-2573284
X-original-commit: c3bc687a76
Part-of: odoo/design-themes#501
16 lines
497 B
XML
16 lines
497 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_references" inherit_id="website.s_references">
|
|
<!-- Title -->
|
|
<xpath expr="//h2" position="replace" mode="inner">
|
|
<font style="background-image: linear-gradient(135deg, var(--o-color-1) 0%, var(--o-color-2) 100%);" class="text-gradient">Our top brands</font>
|
|
</xpath>
|
|
<!-- Subtitle -->
|
|
<xpath expr="//p" position="replace" mode="inner">
|
|
Every style for everybody.
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|