open new offer pane

This commit is contained in:
counterweight 2025-02-22 01:53:14 +01:00
parent bab9e6ad87
commit cb82d39ea5
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
2 changed files with 16 additions and 3 deletions

View file

@ -11,9 +11,14 @@
<%- include("partials/appCommonHeader") %>
<div class="over-background">
<button class="button-primary">Crear oferta</button>
<div style="display: none">
<p>Let's create your offer</p>
<button id="button-start-create-offer" class="button-primary">
Crear nueva oferta
</button>
<div id="create-offer-controls" style="display: none">
<p>Añade los detalles de tu oferta</p>
<button id="button-submit-offer" class="button-primary" disabled>
Publicar oferta
</button>
</div>
</div>