mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
fc1382ce5a
This commit revamps the design of the `theme_nano`.
task-4178081
part of task-4177975
closes odoo/design-themes#966
X-original-commit: 47568ec66f
Related: odoo/odoo#182004
Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
Signed-off-by: Chrysanthe Gomrée (chgo) <chgo@odoo.com>
16 lines
527 B
XML
16 lines
527 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_parallax" inherit_id="website.s_parallax">
|
|
<!-- Section -->
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="pt48 pb48" separator=" "/>
|
|
<attribute name="data-scroll-background-ratio" add="3" remove="1"/>
|
|
</xpath>
|
|
<xpath expr="//div[hasclass('o_we_bg_filter')]" position="attributes">
|
|
<attribute name="class" add="bg-black-25" remove="bg-black-50" separator=" "/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|