Files
design-themes/theme_cobalt/data/ir_asset.xml
T
xlu-odoo 00982a6616 [IMP] theme_cobalt: update the theme
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.

task-2614510

Part-of: odoo/design-themes#500
2021-09-24 04:52:26 +00:00

20 lines
810 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="theme_cobalt.primary_variables_scss" model="theme.ir.asset">
<field name="key">theme_cobalt.primary_variables_scss</field>
<field name="name">Primary variables SCSS</field>
<field name="bundle">web._assets_primary_variables</field>
<field name="path">theme_cobalt/static/src/scss/primary_variables.scss</field>
</record>
<record id="theme_cobalt.bootstrap_overridden_scss" model="theme.ir.asset">
<field name="key">theme_cobalt.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_cobalt/static/src/scss/bootstrap_overridden.scss</field>
</record>
</odoo>