This commit is contained in:
Kenneth Jannette
2024-02-05 20:18:17 -06:00
parent b4c2e4283c
commit a1643efd58
3 changed files with 63 additions and 2 deletions

View File

@@ -129,3 +129,60 @@
margin-left: 13px;
padding-left: 7px;
}
@media only screen and (max-width: 820px) {
.modal-body {
width: 580px !important;
}
.payment-order-row {
display: flex;
flex-direction: column;
}
.order-summary-container {
width: 420px;
flex-direction: unset;
justify-content: center;
margin: 0px;
padding: 0px;
margin-bottom: 12px;
}
.payment-order-row {
width: 420px;
display: flex;
flex-direction: column;
}
.payment-form {
width: 620px !important;
}
}
@media only screen and (max-width: 420px) {
.modal-body {
width: 380px;
}
.order-summary-container {
flex-direction: column;
}
.order-summary-container {
justify-content: center;
margin: 0px;
padding: 0px;
margin-bottom: 12px;
}
.payment-form {
width: 320px !important;
}
.payment-order-row {
display: flex;
flex-direction: column;
}
.short-column {
margin: 4px 0px;
}
}