Files
design-themes/theme_yes/views/snippets/s_three_columns.xml
T
Elisabeth Dickinson 299d504df3 [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
2021-09-24 11:09:52 +00:00

29 lines
966 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_three_columns" inherit_id="website.s_three_columns">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5" remove="o_cc2" separator=" "/>
<attribute name="data-oe-shape-data">{"shape":"web_editor/Origins/18"}</attribute>
</xpath>
<!-- Shape -->
<xpath expr="//*[hasclass('container')]" position="before">
<div class="o_we_shape o_web_editor_Origins_18"/>
</xpath>
<!-- Column 1 -->
<xpath expr="//*[hasclass('card-title')]" position="replace" mode="inner">
Accomodations
</xpath>
<!-- Column 2 -->
<xpath expr="(//*[hasclass('card-title')])[2]" position="replace" mode="inner">
Car Rental
</xpath>
<!-- Column 3 -->
<xpath expr="(//*[hasclass('card-title')])[3]" position="replace" mode="inner">
Make up &amp;amp; Hair
</xpath>
</template>
</odoo>