[IMP] theme_avantgarde: adapt s_banner

Since the redesign of the original banner snippet, the customizations
made in theme_avantgarde have had to be adapted.

task-3097005

Part-of: odoo/design-themes#687
This commit is contained in:
Brieuc-brd
2023-08-28 11:18:14 +02:00
committed by qsm-odoo
parent a08ed4d004
commit d337774af7
4 changed files with 10 additions and 7 deletions
@@ -223,11 +223,4 @@
</xpath>
</template>
<!-- ======== BANNER ======== -->
<template id="s_banner" inherit_id="website.s_banner" name="Avantgarde s_banner">
<xpath expr="//a[hasclass('btn')]" position="attributes">
<attribute name="class" add="btn-lg" separator=" "/>
</xpath>
</template>
</odoo>