mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_*: adapt themes with new s_process_steps design
*: (artists, buzzy, graphene) This commit removes the customization of icon colors, as we are not using them in the Odoo 18 redesign. It also adapts the background of numbers to increase contrasts. It also removes a title customization in the graphene theme as it was not changing anything from the default snippet. task-3672430 closes odoo/design-themes#840 Related: odoo/odoo#174166 Signed-off-by: Colin Louis (loco) <loco@odoo.com>
This commit is contained in:
@@ -98,24 +98,6 @@
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ======== STEPS ======== -->
|
||||
<template id="s_process_steps" inherit_id="website.s_process_steps" name="Graphene s_process_steps">
|
||||
<xpath expr="//section" position="attributes">
|
||||
</xpath>
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
Add to Cart
|
||||
</xpath>
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
Sign In
|
||||
</xpath>
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
Pay
|
||||
</xpath>
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
Get Delivered
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ======== CAROUSEL ======== -->
|
||||
<template id="s_carousel" inherit_id="website.s_carousel" name="Graphene s_carousel">
|
||||
<xpath expr="//div[hasclass('carousel-inner')]/div[1]" position="attributes">
|
||||
|
||||
Reference in New Issue
Block a user