[ADD] theme_aviato: add new theme aviato

task-2589967

X-original-commit: 18d1f0a532
Part-of: odoo/design-themes#501
This commit is contained in:
xlu-odoo
2021-05-28 08:06:34 +00:00
committed by qsm-odoo
parent 028c13f213
commit 32053e38d9
68 changed files with 745 additions and 0 deletions
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_features" inherit_id="website.s_features">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="pt48 pb56" remove="pt32 pb32" separator=" "/>
</xpath>
<!-- Titles -->
<xpath expr="//div[hasclass('row')]/div[1]/h3" position="replace" mode="inner">
Hotel Booking
</xpath>
<xpath expr="//div[hasclass('row')]/div[2]/h3" position="replace" mode="inner">
Flight Booking
</xpath>
<xpath expr="//div[hasclass('row')]/div[3]/h3" position="replace" mode="inner">
Ticket Booking
</xpath>
<!-- Icons -->
<xpath expr="//div[hasclass('row')]/div[1]/i" position="attributes">
<attribute name="class" add="shadow fa-hotel" remove="fa-gear" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('row')]/div[2]/i" position="attributes">
<attribute name="class" add="shadow fa-plane" remove="fa-photo" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('row')]/div[3]/i" position="attributes">
<attribute name="class" add="shadow fa-ticket" remove="fa-leaf" separator=" "/>
</xpath>
</template>
</odoo>