refactor steps styles

This commit is contained in:
counterweight 2025-02-27 12:51:32 +01:00
parent 0c038cb03f
commit aebfad80d5
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
2 changed files with 27 additions and 26 deletions

View file

@ -19,7 +19,7 @@
width: 50%;
}
#create-offer-controls > * {
.create-offer-step {
width: 100%;
}
@ -51,7 +51,7 @@
width: 33%;
}
#create-offer-controls > * {
.create-offer-step {
margin-left: auto;
margin-right: auto;
width: 70%;
@ -67,10 +67,12 @@
}
}
#create-offer-controls > * {
#create-offer-controls {
text-align: center;
}
.create-offer-step {
text-align: center;
}
#close-offer-controls-area {
display: flex;
justify-content: end;
@ -108,6 +110,9 @@
.premium-button {
background: white;
border: 2px solid #e1c300;
width: 100%;
height: 50%;
font-size: 1em;
}
.premium-button:hover {
@ -122,12 +127,6 @@
border-bottom-right-radius: 10px;
}
.premium-button {
width: 100%;
height: 50%;
font-size: 1em;
}
#premium-price-display-area {
margin-left: 0;
margin-right: auto;