mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[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:
@@ -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>
|
||||
Reference in New Issue
Block a user