[IMP] theme_notes: update the theme

This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.

task-2590454

X-original-commit: 352692754c
Part-of: odoo/design-themes#501
This commit is contained in:
Brieuc-brd
2021-07-06 14:56:59 +00:00
committed by qsm-odoo
parent 9b6c4b344a
commit 620da7cfa4
73 changed files with 1059 additions and 387 deletions
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_quotes_carousel" inherit_id="website.s_quotes_carousel">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc o_cc5 oe_img_bg o_bg_img_center" separator=" "/>
<attribute name="style">background-image: url('/web/image/website.s_quotes_carousel_demo_image_6'); background-position: 50% 65%;</attribute>
</xpath>
<!-- Filter -->
<xpath expr="//div[hasclass('s_quotes_carousel')]" position="before">
<div class="o_we_bg_filter bg-black-75"/>
</xpath>
<!-- Carousel -->
<xpath expr="//div[hasclass('s_quotes_carousel')]" position="attributes">
<attribute name="class" remove="o_cc o_cc2" separator=" "/>
</xpath>
<!-- Carousel item #1 -->
<xpath expr="//div[hasclass('carousel-item')]" position="attributes">
<attribute name="style"/>
</xpath>
<!-- Carousel item #2 -->
<xpath expr="//div[hasclass('carousel-item')][2]" position="attributes">
<attribute name="style"/>
</xpath>
<!-- Carousel item #3 -->
<xpath expr="//div[hasclass('carousel-item')][3]" position="attributes">
<attribute name="style"/>
</xpath>
</template>
</odoo>