[IMP] theme_bistro: update the theme

This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.

task-2545200

X-original-commit: ac1f140172
Part-of: odoo/design-themes#501
This commit is contained in:
Cocographique
2021-06-29 08:48:44 +00:00
committed by qsm-odoo
parent 998e2ea3d7
commit 6579f2ebc2
23 changed files with 695 additions and 468 deletions
+11
View File
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Right align Scroll-to-Top button -->
<template id="option_footer_scrolltop" inherit_id="website.option_footer_scrolltop">
<xpath expr="//*[@id='o_footer_scrolltop_wrapper']" position="attributes">
<attribute name="class" add="justify-content-end" remove="justify-content-center" separator=" "/>
</xpath>
</template>
</odoo>