Files
design-themes/theme_clean/views/snippets_options.xml
T
Brieuc-brd eb67c36287 [IMP] theme_clean: update the theme
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.

task-2597387

X-original-commit: e6f1c3bb12
Part-of: odoo/design-themes#501
2021-09-24 11:09:45 +00:00

22 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="clean_snippet_options" inherit_id="website.snippet_options">
<xpath expr="//div[@data-js='Box']" position="before">
<div data-js="gradientpicker" data-selector="section, .parallax, .s_color_blocks_2 .row > div, .s_team_profile_box">
<we-select string="Gradients">
<we-button data-select-class="">None</we-button>
<we-divider/>
<we-button data-select-class="bg_gradient_primary_up"><div class="bg_option_menu_gradient bg_gradient_primary_up d-block mx-auto"/></we-button>
<we-button data-select-class="bg_gradient_primary_down"><div class="bg_option_menu_gradient bg_gradient_primary_down d-block mx-auto"/></we-button>
<we-button data-select-class="bg_gradient_white_up"><div class="bg_option_menu_gradient bg_gradient_white_up_thumb d-block mx-auto"/></we-button>
<we-button data-select-class="bg_gradient_white_down"><div class="bg_option_menu_gradient bg_gradient_white_down_thumb d-block mx-auto"/></we-button>
<we-button data-select-class="bg_gradient_black_up"><div class="bg_option_menu_gradient bg_gradient_black_up d-block mx-auto"/></we-button>
<we-button data-select-class="bg_gradient_black_down"><div class="bg_option_menu_gradient bg_gradient_black_down d-block mx-auto"/></we-button>
</we-select>
</div>
</xpath>
</template>
</odoo>