styling thingies
This commit is contained in:
parent
0cd583f50c
commit
bda4277d13
5 changed files with 82 additions and 13 deletions
|
|
@ -11,17 +11,19 @@
|
|||
<body>
|
||||
<%- include("partials/appCommonHeader") %>
|
||||
|
||||
<div class="over-background">
|
||||
<button id="button-start-create-offer" class="button-primary">
|
||||
<div class="over-background" id="offers-root">
|
||||
<button id="button-start-create-offer" class="button-primary button-medium font-medium" style="display: block;">
|
||||
Crear nueva oferta
|
||||
</button>
|
||||
<div id="create-offer-controls" style="display: none">
|
||||
|
||||
<div id="create-offer-controls" style="display: none; border: 1px solid purple">
|
||||
<div id="close-offer-controls-area">
|
||||
<img
|
||||
id="close-order-controls-x"
|
||||
id="close-offer-controls-x"
|
||||
src="/img/circle-xmark.svg"
|
||||
class="clickable"
|
||||
width="5%"
|
||||
/>
|
||||
</div>
|
||||
<h2>Añade los detalles de tu oferta</h2>
|
||||
<div id="button-group-buy-or-sell" class="button-group">
|
||||
<button
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<div class="over-background">
|
||||
<h1>la seca</h1>
|
||||
<button id="navbutton-home" class="button-primary">Home</button>
|
||||
<button id="navbutton-offers" class="button-primary">Ofertas</button>
|
||||
<button id="navbutton-network" class="button-primary">Red</button>
|
||||
<button id="navbutton-profile" class="button-primary">Mi perfil</button>
|
||||
<button id="navbutton-home" class="button-primary font-medium button-medium">Home</button>
|
||||
<button id="navbutton-offers" class="button-primary font-medium button-medium">Ofertas</button>
|
||||
<button id="navbutton-network" class="button-primary font-medium button-medium">Red</button>
|
||||
<button id="navbutton-profile" class="button-primary font-medium button-medium">Mi perfil</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue