mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_*: adapt themes with new s_closer_look snippet
*: (avantgarde, enark) This commit adapts the design of new `s_closer_look` snippet for multiple themes. task-4077576 closes odoo/design-themes#854 Related: odoo/odoo#175682 Signed-off-by: Serge Bayet (seba) <seba@odoo.com>
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<!-- ======== CLOSER LOOK ======== -->
|
||||
<template id="s_closer_look" inherit_id="website.s_closer_look">
|
||||
<!-- Button -->
|
||||
<xpath expr="(//a)[2]" position="attributes">
|
||||
<attribute name="class" remove="btn-outline-primary" add="btn-outline-secondary" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ======== COVER ======== -->
|
||||
<template id="s_cover" inherit_id="website.s_cover" name="Avantgarde s_cover">
|
||||
<xpath expr="//section" position="attributes">
|
||||
|
||||
Reference in New Issue
Block a user