mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[REF] *: BS5: migration
Automated change made by a lot of RegEx to change all think that is possible to automate. https://getbootstrap.com/docs/5.1/migration Task ID: 2766483 Part-of: odoo/design-themes#580
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
</xpath>
|
||||
<!-- Column #1 -->
|
||||
<xpath expr="//h3" position="before">
|
||||
<span class="text-600 font-weight-bold">$295,000</span>
|
||||
<span class="text-600 fw-bold">$295,000</span>
|
||||
</xpath>
|
||||
<xpath expr="//h3" position="replace" mode="inner">
|
||||
House On The Hill
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
<!-- Column 2 -->
|
||||
<xpath expr="(//h3)[2]" position="before">
|
||||
<span class="text-600 font-weight-bold">$1,295,000,000</span>
|
||||
<span class="text-600 fw-bold">$1,295,000,000</span>
|
||||
</xpath>
|
||||
<xpath expr="(//h3)[2]" position="replace" mode="inner">
|
||||
Moutain View
|
||||
@@ -36,7 +36,7 @@
|
||||
|
||||
<!-- Column 3 -->
|
||||
<xpath expr="(//h3)[3]" position="before">
|
||||
<span class="text-600 font-weight-bold">$455,000</span>
|
||||
<span class="text-600 fw-bold">$455,000</span>
|
||||
</xpath>
|
||||
<xpath expr="(//h3)[3]" position="replace" mode="inner">
|
||||
Paradise Residence
|
||||
|
||||
Reference in New Issue
Block a user