This commit is contained in:
Kenneth Jannette
2024-01-28 16:46:39 -06:00
parent 3eb159eae3
commit 77bca61bab
5 changed files with 72 additions and 11 deletions

View File

@@ -77,6 +77,17 @@
width: 740px;
}
.order-summary-container {
display: flex;
flex-direction: row;
justify-content: flex-end;
margin-right: 20px;
padding-right: 20px;
}
.paymentmodal-order-summarybox {
width: 90%;
}
.payment-modal-text-wrapper {
margin: 6px 0px 6px 0px;
padding-left: 4px;
@@ -96,3 +107,8 @@
.paymodal-summary-left {
font-weight: 300;
}
.payment-summary-header {
border-bottom: 1px solid #cecece;
margin-bottom: 12px;
}