[FIX] theme_kiddo: refine the theme

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>
This commit is contained in:
Brieuc-brd
2024-09-26 10:00:04 +00:00
parent bbedc36726
commit 509d164a8f
9 changed files with 43 additions and 14 deletions
+10
View File
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_showcase" inherit_id="website.s_showcase">
<xpath expr="(//div[hasclass('col-lg-6')])[2]" position="attributes">
<attribute name="class" add="offset-lg-1 col-lg-5" remove="col-lg-6" separator=" "/>
</xpath>
</template>
</odoo>