Files
design-themes/theme_anelusia/views/snippets/s_references.xml
T
Brieuc-brd 2c264af33e [IMP] theme_anelusia: update the theme
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
2021-09-24 11:09:42 +00:00

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>