Files
design-themes/theme_enark/views/snippets_options.xml
T
xlu-odoo 25b03a32a9 [IMP] theme_enark: update the theme
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.

task-2601581

X-original-commit: 3f75d0377b
Part-of: odoo/design-themes#501
2021-09-24 11:09:46 +00:00

28 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="enark_snippet_options" inherit_id="website.snippet_options">
<xpath expr="//div[@data-js='sizing_x']" position="attributes">
<attribute name="data-selector" add=".row.simple-stepwizard-row > .simple-stepwizard-step"/>
<attribute name="data-drop-near" add=".row.simple-stepwizard-row"/>
</xpath>
<xpath expr="//div[@data-js='Box']" position="before">
<div data-js="gradientpicker"
data-selector="section, .carousel, .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>