secajs/src/public/css/offers.css

111 lines
1.5 KiB
CSS
Raw Normal View History

2025-02-24 16:04:22 +01:00
@media (max-width: 768px) {
#offers-root {
width: 100%;
margin: 10px 10px;
}
#close-offer-controls-x {
width: 25px;
}
2025-02-24 16:46:26 +01:00
#premium-selector-area {
width: 60px;
}
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 16:04:22 +01:00
#create-offer-controls > * {
text-align: center;
margin-left: 15%;
margin-right: 15%;
2025-02-24 16:46:26 +01:00
width: 70%;
2025-02-24 16:04:22 +01:00
}
#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%;
margin-left: auto;
margin-right: auto;
}
#premium-content-area > * {
display: inline-block;
margin: 0 auto;
}
#premium-selector-area > * {
display: inline-block;
}
#premium-selector-area {
width:23%;
margin-left: 0;
margin-right: 5%;
}
#premium-value {
border: 1px solid gray;
width: 100%;
}
.premium-button {
width: 45%;
}
#premium-price-display-area {
margin-left: 0;
margin-right: 0;
width: 70%;
}
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 11:20:24 +01:00
width: 10em;
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 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 11:20:24 +01:00
width: 12;
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%;
}