more details
This commit is contained in:
parent
a5181f8be1
commit
d308d2f26d
3 changed files with 27 additions and 10 deletions
|
|
@ -54,10 +54,11 @@
|
|||
</div>
|
||||
</div>
|
||||
<div id="premium-price-display-area">
|
||||
<p>
|
||||
<p id="offer-price-paragraph">
|
||||
Tu precio: <span id="offer-price">90 000</span>€/BTC
|
||||
<span>(Precio mercado: <span>83 000</span>€/BTC)</span>
|
||||
<span>
|
||||
</p>
|
||||
<p id="offer-price-paragraph">(Precio mercado: <span>83 000</span>€/BTC)</span></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -69,9 +70,9 @@
|
|||
id="input-eur-amount"
|
||||
type="text"
|
||||
class="money-input input-money-amount"
|
||||
placeholder="100"
|
||||
required
|
||||
/><!--
|
||||
-->
|
||||
/>
|
||||
<div id="eur-symbol" class="curr-symbol">
|
||||
<span id="eur-character" class="curr-character">€</span>
|
||||
</div>
|
||||
|
|
@ -82,8 +83,7 @@
|
|||
type="text"
|
||||
class="money-input input-money-amount"
|
||||
disabled
|
||||
/><!--
|
||||
-->
|
||||
/>
|
||||
<div id="sats-symbol" class="curr-symbol">
|
||||
<span id="sats-character" class="curr-character">SAT</span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue