finish styling

This commit is contained in:
counterweight 2025-02-24 23:58:58 +01:00
parent 7db6eef0d1
commit d7b9f141ab
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
3 changed files with 28 additions and 5 deletions

View file

@ -7,10 +7,18 @@
width: 25px; width: 25px;
} }
.button-group button {
max-width: 30%;
}
#premium-selector-area { #premium-selector-area {
width: 60px; width: 60px;
} }
#amount-area-content {
width: 50%;
}
#create-offer-controls > * { #create-offer-controls > * {
width: 100%; width: 100%;
} }
@ -39,9 +47,13 @@
width: 100px; width: 100px;
} }
#amount-area-content {
width: 33%;
}
#create-offer-controls > * { #create-offer-controls > * {
margin-left: 15%; margin-left: auto;
margin-right: 15%; margin-right: auto;
width: 70%; width: 70%;
} }
@ -53,6 +65,7 @@
flex-shrink: 0; flex-shrink: 0;
margin-left: 20%; margin-left: 20%;
} }
} }
#create-offer-controls > * { #create-offer-controls > * {
@ -105,7 +118,6 @@
} }
#amount-area-content { #amount-area-content {
width: 30%;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
} }
@ -161,3 +173,11 @@
width: 2em; width: 2em;
} }
#submit-button-area {
margin-top: 1em;
margin-bottom: 1em;
}
#button-submit-offer {
width: 33%;
}

View file

@ -155,6 +155,7 @@ h1 {
.button-large { .button-large {
font-weight: bold; font-weight: bold;
font-size: 1.5em; font-size: 1.5em;
padding: 0.5em;
} }
.invite-card { .invite-card {

View file

@ -22,7 +22,7 @@
<div <div
id="create-offer-controls" id="create-offer-controls"
style="display: none; border: 1px solid purple" style="display: none;"
> >
<div id="close-offer-controls-area"> <div id="close-offer-controls-area">
<img <img
@ -156,10 +156,12 @@
> >
</div> </div>
</div> </div>
<button id="button-submit-offer" class="button-primary" disabled> <div id="submit-button-area">
<button id="button-submit-offer" class="button-primary button-large">
Publicar oferta Publicar oferta
</button> </button>
</div> </div>
</div>
</div> </div>
<%- include("partials/appCommonScripts") %> <%- include("partials/appCommonScripts") %>