mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_nano: revamp the theme
This commit revamps the design of the `theme_nano`. task-4178081 part of task-4177975 closes odoo/design-themes#935 Related: odoo/odoo#181369 Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
This commit is contained in:
@@ -5,19 +5,10 @@
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="pt48 pb48" separator=" "/>
|
||||
<attribute name="data-oe-shape-data">{"shape":"web_editor/Rainy/10", "flip":["x","y"]}</attribute>
|
||||
<attribute name="data-scroll-background-ratio" add="3" remove="1"/>
|
||||
</xpath>
|
||||
<!-- Shape -->
|
||||
<xpath expr="//*[hasclass('oe_structure')]" position="before">
|
||||
<div class="o_we_shape o_web_editor_Rainy_10" style="background-image: url('/web_editor/shape/web_editor/Rainy/10.svg?c1=o-color-1&c3=o-color-3&flip=xy'); background-position: 50% 50%;"/>
|
||||
</xpath>
|
||||
<!-- Content -->
|
||||
<xpath expr="//*[hasclass('oe_structure')]" position="inside">
|
||||
<section class="s_title pt40 pb40" data-vcss="001">
|
||||
<div class="container s_allow_columns">
|
||||
<h3 style="text-align: center;"><font class="bg-o-color-5">Feel free to come up with your big idea. <br/> We take care of the rest.</font></h3>
|
||||
</div>
|
||||
</section>
|
||||
<xpath expr="//div[hasclass('o_we_bg_filter')]" position="attributes">
|
||||
<attribute name="class" add="bg-black-25" remove="bg-black-50" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user