more
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user