132 lines
2.2 KiB
SCSS
132 lines
2.2 KiB
SCSS
.edit-modal-label {
|
|
font-size: 0.95rem;
|
|
font-family: Roboto;
|
|
font-weight: 400;
|
|
padding-left: 6px;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
.cancel-button {
|
|
height: 43px;
|
|
width: 70px;
|
|
}
|
|
|
|
.modal-header-text-wrapper {
|
|
margin-bottom: 12px;
|
|
padding: 0px 8px;
|
|
}
|
|
|
|
.upload-modal-header-text {
|
|
font-family: Roboto;
|
|
font-weight: 400;
|
|
line-height: 1.25rem;
|
|
margin: 0px 0px 10px 0px;
|
|
}
|
|
|
|
.modal-document-error {
|
|
margin: -10px 2px 0px 5px;
|
|
color: red;
|
|
font-size: 0.85rem;
|
|
}
|
|
|
|
.create-modal-header {
|
|
padding-left: 15px;
|
|
margin-bottom: 14px;
|
|
font-weight: 500;
|
|
letter-spacing: 0.009rem;
|
|
line-height: 1.2rem;
|
|
}
|
|
|
|
.modal-caption-row {
|
|
height: 190px;
|
|
background-color: rgba(230, 230, 230, 0.3254901961);
|
|
padding: 15px;
|
|
margin-bottom: 24px;
|
|
margin-left: 2px;
|
|
margin-right: 2px;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.modal-caption-vee {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-content: center;
|
|
font-weight: 500;
|
|
letter-spacing: 0.009rem;
|
|
line-height: 1.2rem;
|
|
margin: 10px 0px;
|
|
}
|
|
|
|
.caption-one-container {
|
|
&.pe-input-container .form-floating .mb-3 {
|
|
margin-bottom: 0px !important;
|
|
&.form-label {
|
|
margin-bottom: 0px !important;
|
|
}
|
|
}
|
|
}
|
|
.caption-one-container > .mb-3 {
|
|
margin-bottom: 0px !important;
|
|
}
|
|
|
|
.create-modal-input {
|
|
font-weight: 400;
|
|
}
|
|
|
|
.payment-form {
|
|
width: 740px;
|
|
}
|
|
|
|
.order-summary-container {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-end;
|
|
margin-bottom: 12px;
|
|
margin-right: 20px;
|
|
padding-right: 20px;
|
|
padding-bottom: 8px;
|
|
margin-bottom: 18px;
|
|
}
|
|
|
|
.paymentmodal-order-summarybox {
|
|
width: 90%;
|
|
}
|
|
.payment-modal-text-wrapper {
|
|
margin: 6px 0px 6px 0px;
|
|
padding-left: 4px;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.payment-modal-header {
|
|
padding-bottom: 4px !important;
|
|
}
|
|
|
|
.paymodal-summary-right {
|
|
font-weight: 500;
|
|
}
|
|
|
|
.paymodal-summary-left {
|
|
font-weight: 300;
|
|
}
|
|
|
|
.payment-summary-header {
|
|
border-bottom: 1px solid #cecece;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.short-column {
|
|
max-width: 120px !important;
|
|
margin-right: 2.3rem;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.exp-date-hearder {
|
|
margin-top: -14px;
|
|
margin-bottom: 9px;
|
|
margin-left: 13px;
|
|
padding-left: 7px;
|
|
}
|