[ADD] theme_buzzy: add new theme buzzy

task-2582420

closes odoo/design-themes#500

Related: odoo/odoo#77118
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
Brieuc-brd
2021-04-07 15:00:00 +00:00
committed by qsm-odoo
parent 18d1f0a532
commit b48fe33a0b
71 changed files with 1079 additions and 0 deletions
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_comparisons" inherit_id="website.s_comparisons">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc o_cc2 o_colored_level" separator=" "/>
</xpath>
<!-- Box #1 -->
<xpath expr="//div[hasclass('row')]//div" position="attributes">
<attribute name="class" add="pt88" remove="pt32" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('row')]//div/div" position="attributes">
<attribute name="class" add="shadow bg-o-color-5" remove="bg-200" separator=" "/>
</xpath>
<!-- Box #2 -->
<xpath expr="//div[hasclass('row')]//div[2]/div" position="attributes">
<attribute name="class" add="shadow bg-o-color-1" remove="bg-o-color-5" separator=" "/>
</xpath>
<!-- Box #3 -->
<xpath expr="//div[hasclass('row')]//div[3]" position="attributes">
<attribute name="class" add="pt88" remove="pt32" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('row')]//div[3]/div" position="attributes">
<attribute name="class" add="shadow bg-o-color-5" remove="bg-secondary" separator=" "/>
</xpath>
</template>
</odoo>