[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
+13 -15
View File
@@ -1,21 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<record id="theme_bistro.primary_variables_scss" model="theme.ir.asset">
<field name="key">theme_bistro.primary_variables_scss</field>
<field name="name">Primary variables SCSS</field>
<field name="bundle">web._assets_primary_variables</field>
<field name="path">theme_bistro/static/src/scss/primary_variables.scss</field>
</record>
<record id="theme_bistro.primary_variables_scss" model="theme.ir.asset">
<field name="key">theme_bistro.primary_variables_scss</field>
<field name="name">Primary variables SCSS</field>
<field name="bundle">web._assets_primary_variables</field>
<field name="path">theme_bistro/static/src/scss/primary_variables.scss</field>
</record>
<record id="theme_bistro.bootstrap_overridden_scss" model="theme.ir.asset">
<field name="key">theme_bistro.bootstrap_overridden_scss</field>
<field name="name">Bootstrap overridden SCSS</field>
<field name="bundle">web._assets_frontend_helpers</field>
<field name="directive">prepend</field>
<field name="path">theme_bistro/static/src/scss/bootstrap_overridden.scss</field>
</record>
<record id="theme_bistro.bootstrap_overridden_scss" model="theme.ir.asset">
<field name="key">theme_bistro.bootstrap_overridden_scss</field>
<field name="name">Bootstrap overridden SCSS</field>
<field name="bundle">web._assets_frontend_helpers</field>
<field name="directive">prepend</field>
<field name="path">theme_bistro/static/src/scss/bootstrap_overridden.scss</field>
</record>
</data>
</odoo>