mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
509d164a8f
Since the redesign of some snippets, some customizations have been
broken. This commit adapts these customizations.
This commit also adjusts some spacing and font sizes.
task-4178078
Part of task-4177978
closes odoo/design-themes#953
X-original-commit: 7846e2cb96
Signed-off-by: Alice Gaudon (agau) <agau@odoo.com>
14 lines
395 B
XML
14 lines
395 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_carousel" inherit_id="website.s_carousel">
|
|
<xpath expr="(//div[hasclass('container')])[2]" position="before">
|
|
<div class="o_we_bg_filter bg-white-75"/>
|
|
</xpath>
|
|
<xpath expr="(//div[hasclass('container')])[3]" position="before">
|
|
<div class="o_we_bg_filter bg-black-50"/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|