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:
@@ -12,6 +12,7 @@
|
||||
'views/snippets_options.xml',
|
||||
'views/image_library.xml',
|
||||
|
||||
'views/snippets/s_closer_look.xml',
|
||||
'views/snippets/s_cta_box.xml',
|
||||
'views/snippets/s_banner.xml',
|
||||
'views/snippets/s_cover.xml',
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<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-link" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user