|
4 | 4 | <template id="s_features" inherit_id="website.s_features"> |
5 | 5 | <!-- Section --> |
6 | 6 | <xpath expr="//section" position="attributes"> |
7 | | - <attribute name="class" add="o_cc2 pt48 pb64" remove="pt32 pb32" separator=" "/> |
| 7 | + <attribute name="class" add="o_cc2 pt48" remove="pt64" separator=" "/> |
8 | 8 | </xpath> |
9 | 9 | <!-- Column #01 --> |
10 | | - <xpath expr="//div[hasclass('row')]/div[1]" position="attributes"> |
11 | | - <attribute name="class" add="o_cc o_cc1 pt48 pb48" remove="pt32 pb32" separator=" "/> |
12 | | - </xpath> |
13 | 10 | <xpath expr="//div[hasclass('row')]/div[1]/i" position="replace"> |
14 | | - <i class="fa fa-2x fa-image bg-o-color-1 m-3 rounded-circle"/> |
| 11 | + <i class="s_features_icon fa fa-image mb-3 rounded fs-5" role="img"/> |
15 | 12 | </xpath> |
16 | | - <xpath expr="//div[hasclass('row')]/div[1]/h3" position="replace" mode="inner"> |
| 13 | + <xpath expr="//div[hasclass('row')]/div[1]/div/h3" position="replace" mode="inner"> |
17 | 14 | <b>Stunning visuals</b> |
18 | 15 | </xpath> |
19 | | - <xpath expr="//div[hasclass('row')]/div[1]/p" position="replace" mode="inner"> |
| 16 | + <xpath expr="//div[hasclass('row')]/div[1]/div/p" position="replace" mode="inner"> |
20 | 17 | Tell what's the value for the customer for this feature. |
21 | 18 | </xpath> |
22 | 19 | <!-- Column #02 --> |
23 | | - <xpath expr="//div[hasclass('row')]/div[2]" position="attributes"> |
24 | | - <attribute name="class" add="o_cc o_cc1 pt48 pb48" remove="pt32 pb32" separator=" "/> |
25 | | - </xpath> |
26 | 20 | <xpath expr="//div[hasclass('row')]/div[2]/i" position="replace"> |
27 | | - <i class="fa fa-2x fa-eye bg-o-color-5 m-3 rounded-circle"/> |
| 21 | + <i class="s_features_icon fa fa-eye mb-3 rounded fs-5" role="img"/> |
28 | 22 | </xpath> |
29 | | - <xpath expr="//div[hasclass('row')]/div[2]/h3" position="replace" mode="inner"> |
| 23 | + <xpath expr="//div[hasclass('row')]/div[2]/div/h3" position="replace" mode="inner"> |
30 | 24 | <b>360-degree vision</b> |
31 | 25 | </xpath> |
32 | | - <xpath expr="//div[hasclass('row')]/div[2]/p" position="replace" mode="inner"> |
| 26 | + <xpath expr="//div[hasclass('row')]/div[2]/div/p" position="replace" mode="inner"> |
33 | 27 | Write what the customer would like to know, not what you want to show. |
34 | 28 | </xpath> |
35 | 29 | <!-- Column #03 --> |
36 | | - <xpath expr="//div[hasclass('row')]/div[3]" position="attributes"> |
37 | | - <attribute name="class" add="o_cc o_cc1 pt48 pb48" remove="pt32 pb32" separator=" "/> |
38 | | - </xpath> |
39 | 30 | <xpath expr="//div[hasclass('row')]/div[3]/i" position="attributes"> |
40 | | - <attribute name="class" add="fa-2x fa-microphone rounded-circle" remove="fa-3x fa-leaf rounded" separator=" "/> |
| 31 | + <attribute name="class" add="fa-microphone" remove="fa-flag-o" separator=" "/> |
41 | 32 | </xpath> |
42 | | - <xpath expr="//div[hasclass('row')]/div[3]/h3" position="replace" mode="inner"> |
| 33 | + <xpath expr="//div[hasclass('row')]/div[3]/div/h3" position="replace" mode="inner"> |
43 | 34 | <b>Built in mic</b> |
44 | 35 | </xpath> |
45 | | - <xpath expr="//div[hasclass('row')]/div[3]/p" position="replace" mode="inner"> |
| 36 | + <xpath expr="//div[hasclass('row')]/div[3]/div/p" position="replace" mode="inner"> |
46 | 37 | A small explanation of this great feature, in clear words. |
47 | 38 | </xpath> |
48 | 39 | </template> |
|
0 commit comments