secajs/src/public/css/offers.css

219 lines
3 KiB
CSS
Raw Normal View History

2025-02-24 16:04:22 +01:00
@media (max-width: 768px) {
#offers-root {
margin: 10px 10px;
}
#close-offer-controls-x {
width: 25px;
}
2025-02-24 16:46:26 +01:00
2025-02-24 23:58:58 +01:00
.button-group button {
max-width: 30%;
}
2025-02-24 16:46:26 +01:00
#premium-selector-area {
2025-02-25 14:47:27 +01:00
width: 80px;
2025-02-24 16:46:26 +01:00
}
2025-02-24 23:47:01 +01:00
2025-02-24 23:58:58 +01:00
#amount-area-content {
width: 50%;
}
2025-02-24 23:47:01 +01:00
#create-offer-controls > * {
width: 100%;
}
.checkbox-row {
width: 90%;
}
.checkbox-row > input[type='checkbox'] {
flex-shrink: 0;
margin-left: 5%;
}
2025-02-24 16:04:22 +01:00
}
@media (min-width: 769px) {
#offers-root {
width: 75%;
margin: 20px auto;
}
#close-offer-controls-x {
width: 50px;
}
2025-02-24 16:46:26 +01:00
#premium-selector-area {
width: 100px;
}
2025-02-24 23:47:01 +01:00
2025-02-24 23:58:58 +01:00
#amount-area-content {
width: 33%;
}
2025-02-24 23:47:01 +01:00
#create-offer-controls > * {
2025-02-24 23:58:58 +01:00
margin-left: auto;
margin-right: auto;
2025-02-24 23:47:01 +01:00
width: 70%;
}
.checkbox-row {
width: 60%;
}
.checkbox-row > input[type='checkbox'] {
flex-shrink: 0;
margin-left: 20%;
}
2025-02-24 16:46:26 +01:00
}
2025-02-24 16:04:22 +01:00
#create-offer-controls > * {
text-align: center;
}
#close-offer-controls-area {
display: flex;
justify-content: end;
}
2025-02-24 16:46:26 +01:00
#premium-area > * {
display: block;
}
#premium-content-area {
width: 80%;
2025-02-25 00:38:13 +01:00
height: 50px;
align-items: center;
2025-02-24 16:46:26 +01:00
margin-left: auto;
margin-right: auto;
2025-02-24 17:20:35 +01:00
display: flex;
2025-02-24 16:46:26 +01:00
}
#premium-selector-area {
2025-02-25 00:38:13 +01:00
margin-left: auto;
2025-02-24 16:46:26 +01:00
margin-right: 5%;
2025-02-24 17:20:35 +01:00
display: flex;
2025-02-24 16:46:26 +01:00
}
#premium-value {
border: 1px solid gray;
2025-02-24 17:20:35 +01:00
width: 50%;
align-content: center;
}
#premium-buttons-container {
2025-02-24 17:39:09 +01:00
width: 50%;
2025-02-24 16:46:26 +01:00
}
2025-02-25 00:11:20 +01:00
.premium-button {
background: white;
border: 2px solid #e1c300;
}
.premium-button:hover {
background: #fff8ce;
}
#button-increase-premium {
2025-02-26 00:48:16 +01:00
border-top-right-radius: 10px;
2025-02-25 00:11:20 +01:00
}
#button-decrease-premium {
2025-02-26 00:48:16 +01:00
border-bottom-right-radius: 10px;
2025-02-25 00:11:20 +01:00
}
2025-02-24 16:46:26 +01:00
.premium-button {
2025-02-24 17:20:35 +01:00
width: 100%;
height: 50%;
font-size: 1em;
2025-02-24 16:46:26 +01:00
}
#premium-price-display-area {
margin-left: 0;
2025-02-25 00:38:13 +01:00
margin-right: auto;
font-size: 1em;
text-align: start;
}
#premium-price-display-area > * {
margin-top: 0;
margin-bottom: 0;
}
#market-price-paragraph {
color: gray;
font-size: 0.8em;
2025-02-24 16:46:26 +01:00
}
2025-02-24 17:11:02 +01:00
#amount-area-content {
margin-left: auto;
margin-right: auto;
}
2025-02-24 11:20:24 +01:00
.money-amount-input-area {
2025-02-24 00:31:17 +01:00
padding: 0;
2025-02-24 17:11:02 +01:00
width: 100%;
display: flex;
2025-02-24 00:31:17 +01:00
}
2025-02-24 11:20:24 +01:00
.money-amount-input-area > * {
2025-02-24 00:31:17 +01:00
display: inline-block;
font-size: 1em;
height: 2em;
vertical-align: middle;
}
2025-02-24 11:20:24 +01:00
.input-money-amount {
width: 75%;
2025-02-24 17:11:02 +01:00
margin: 0;
2025-02-24 00:31:17 +01:00
}
2025-02-24 11:20:24 +01:00
.money-amount-input-area .curr-symbol {
2025-02-24 00:31:17 +01:00
background-color: #d8d8d8;
2025-02-24 17:11:02 +01:00
width: 25%;
margin: 0;
border: 1px solid gray;
2025-02-24 00:31:17 +01:00
}
2025-02-24 11:20:24 +01:00
.money-amount-input-area .curr-symbol .curr-character {
2025-02-24 00:31:17 +01:00
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
2025-02-24 17:39:09 +01:00
2025-02-25 14:47:27 +01:00
.place-and-time-box {
2025-02-26 00:48:16 +01:00
height: 100px;
width: 30%;
min-width: 200px;
resize: none;
2025-02-25 14:47:27 +01:00
}
2025-02-24 17:39:09 +01:00
.checkbox-row {
display: flex;
margin-left: auto;
margin-right: auto;
}
.checkbox-row > label {
text-align: start;
2025-02-24 23:47:01 +01:00
margin-right: auto;
2025-02-24 17:39:09 +01:00
margin-left: 0;
align-content: center;
}
.checkbox-row > input[type='checkbox'] {
2025-02-24 23:47:01 +01:00
flex-shrink: 0;
margin-right: 1em;
2025-02-24 17:39:09 +01:00
height: 2em;
width: 2em;
}
2025-02-24 23:47:01 +01:00
2025-02-24 23:58:58 +01:00
#submit-button-area {
margin-top: 1em;
margin-bottom: 1em;
}
#button-submit-offer {
width: 33%;
}