mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
eb67c36287
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.
task-2597387
X-original-commit: e6f1c3bb12
Part-of: odoo/design-themes#501
20 lines
804 B
XML
20 lines
804 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<record id="theme_clean.primary_variables_scss" model="theme.ir.asset">
|
|
<field name="key">theme_clean.primary_variables_scss</field>
|
|
<field name="name">Primary variables SCSS</field>
|
|
<field name="bundle">web._assets_primary_variables</field>
|
|
<field name="path">theme_clean/static/src/scss/primary_variables.scss</field>
|
|
</record>
|
|
|
|
<record id="theme_clean.bootstrap_overridden_scss" model="theme.ir.asset">
|
|
<field name="key">theme_clean.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_clean/static/src/scss/bootstrap_overridden.scss</field>
|
|
</record>
|
|
|
|
</odoo>
|