[IMP] website: review s_features snippet templates
The goal of this commit is to review the occurrences of the default `s_features` snippet across design themes. task-3657631 Part-of: odoo/design-themes#826 Related: odoo/odoo#163577 Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
</xpath>
|
||||
<!-- First column : icon -->
|
||||
<xpath expr="//div[hasclass('row')]//div//i" position="attributes">
|
||||
<attribute name="class" add="bg-o-color-4 fa-shield" remove="bg-o-color-1 fa-gear" separator=" "/>
|
||||
<attribute name="class" add="bg-o-color-4 fa-shield" remove="bg-o-color-3 fa-paper-plane-o" separator=" "/>
|
||||
</xpath>
|
||||
<!-- First column : title -->
|
||||
<xpath expr="//div[hasclass('row')]//div//h3" position="replace" mode="inner">
|
||||
@@ -16,7 +16,7 @@
|
||||
</xpath>
|
||||
<!-- Second column : icon -->
|
||||
<xpath expr="//div[hasclass('row')]//div[2]//i" position="attributes">
|
||||
<attribute name="class" add="bg-o-color-1 fa-laptop" remove="bg-o-color-5 fa-photo" separator=" "/>
|
||||
<attribute name="class" add="bg-o-color-4 fa-laptop" remove="bg-o-color-3 fa-credit-card" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Second column : title -->
|
||||
<xpath expr="//div[hasclass('row')]//div[2]//h3" position="replace" mode="inner">
|
||||
@@ -24,7 +24,7 @@
|
||||
</xpath>
|
||||
<!-- Third column : icon -->
|
||||
<xpath expr="//div[hasclass('row')]//div[3]//i" position="attributes">
|
||||
<attribute name="class" add="fa-star" remove="fa-leaf" separator=" "/>
|
||||
<attribute name="class" add="bg-o-color-4 fa-star" remove="bg-o-color-3 fa-flag-o" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Third column : title -->
|
||||
<xpath expr="//div[hasclass('row')]//div[3]//h3" position="replace" mode="inner">
|
||||
|
||||
Reference in New Issue
Block a user