pretty boxes

This commit is contained in:
counterweight 2025-02-27 13:02:54 +01:00
parent aebfad80d5
commit 866a9c6417
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C

View file

@ -72,7 +72,17 @@
}
.create-offer-step {
text-align: center;
border-radius: 20px;
box-shadow: 0 0 13px #ccc;
padding: 20px 0;
margin-top: 20px;
margin-bottom: 20px;
}
.create-offer-step h3 {
margin-top: 0;
}
#close-offer-controls-area {
display: flex;
justify-content: end;