mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[FIX] theme_*: fix font style of snippet headers
Some snippets contain incorrect font style that are not achievable using the editor (for example: <h2 class="display-3"> in the "Key benefits" snippet). These snippets were adapted in the community commit linked to this one to align with what the editor would generate if we recreated them from scratch. In this commit, we adapt the themes following the change in community. We also fix a few issues (e.g., wording for the ´s_numbers´ snippet) noticed during the changes. task-4148057 closes odoo/design-themes#895 Related: odoo/odoo#178957 Signed-off-by: Robin Lejeune (role) <role@odoo.com>
This commit is contained in:
@@ -248,16 +248,6 @@
|
||||
<span class="s_parallax_bg oe_img_bg" style="background-image: url('/web/image/website.s_parallax_default_image'); background-position: 50% 75%;"/>
|
||||
<div class="o_we_bg_filter bg-black-75"></div>
|
||||
</xpath>
|
||||
<!-- Content -->
|
||||
<xpath expr="//div[hasclass('row')]/div/span" position="attributes">
|
||||
<attribute name="class" add="text-white" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="(//div[hasclass('row')]/div/span)[2]" position="attributes">
|
||||
<attribute name="class" add="text-white" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="(//div[hasclass('row')]/div/span)[3]" position="attributes">
|
||||
<attribute name="class" add="text-white" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ======== PICTURE ======== -->
|
||||
|
||||
Reference in New Issue
Block a user