mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
6579f2ebc2
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.
task-2545200
X-original-commit: ac1f140172
Part-of: odoo/design-themes#501
12 lines
393 B
XML
12 lines
393 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<!-- Right align Scroll-to-Top button -->
|
|
<template id="option_footer_scrolltop" inherit_id="website.option_footer_scrolltop">
|
|
<xpath expr="//*[@id='o_footer_scrolltop_wrapper']" position="attributes">
|
|
<attribute name="class" add="justify-content-end" remove="justify-content-center" separator=" "/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|