Files
design-themes/theme_anelusia/views/snippets/s_cover.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

29 lines
886 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_cover" inherit_id="website.s_cover">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_half_screen_height pt128 pb128" remove="pt96 pb96" separator=" "/>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Color Matters
</xpath>
<!-- Paragraphs -->
<xpath expr="//p" position="replace" mode="inner">
Color trends are already waiting to spring into action for the next summer.
<br/>
<br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')]" position="attributes">
<attribute name="class" add="btn-lg" separator=" "/>
</xpath>
<xpath expr="//a[hasclass('btn')]/t" position="replace" mode="inner">
Discover
</xpath>
</template>
</odoo>