button group and default value
This commit is contained in:
parent
77785a2104
commit
e6e2f42f86
3 changed files with 54 additions and 9 deletions
|
|
@ -15,10 +15,17 @@
|
|||
Crear nueva oferta
|
||||
</button>
|
||||
<div id="create-offer-controls" style="display: none">
|
||||
<img id="close-order-controls-x" src="/img/circle-xmark.svg" class="clickable" width="5%">
|
||||
<img
|
||||
id="close-order-controls-x"
|
||||
src="/img/circle-xmark.svg"
|
||||
class="clickable"
|
||||
width="5%"
|
||||
/>
|
||||
<p>Añade los detalles de tu oferta</p>
|
||||
<button>Quiero comprar Bitcoin</button>
|
||||
<button>Quiero vender Bitcoin</button>
|
||||
<div id="button-group-buy-or-sell" class="button-group">
|
||||
<button class="selected">Quiero comprar Bitcoin</button
|
||||
><button>Quiero vender Bitcoin</button>
|
||||
</div>
|
||||
<button id="button-submit-offer" class="button-primary" disabled>
|
||||
Publicar oferta
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue