Files
Brieuc-brd 5f2b968199 [IMP] theme_paptic: update the theme
This commit updates the theme to improve the design with shapes, new
pictures and new custom snippets.

task-2602618

closes odoo/design-themes#497

X-original-commit: a416e49105
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
2021-09-16 18:15:01 +00:00

20 lines
810 B
XML

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