File: s_text_highlight.xml

package info (click to toggle)
odoo 18.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 878,716 kB
  • sloc: javascript: 927,937; python: 685,670; xml: 388,524; sh: 1,033; sql: 415; makefile: 26
file content (19 lines) | stat: -rw-r--r-- 629 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<odoo>

<template name="Text Highlight" id="s_text_highlight">
    <div class="s_text_highlight o_colored_level o_cc o_cc3 my-3 text-center w-100">
        <div class="container">
            <h3>Text Highlight</h3>
            <p>Put the focus on what you have to say!</p>
        </div>
    </div>
</template>

<record id="website.s_text_highlight_000_scss" model="ir.asset">
    <field name="name">Text highlight 000 SCSS</field>
    <field name="bundle">web.assets_frontend</field>
    <field name="path">website/static/src/snippets/s_text_highlight/000.scss</field>
</record>

</odoo>