Files
ax3Client/src/styles/modals.scss
Kenneth Jannette 85b12b17e0 more
2024-02-24 01:19:28 -06:00

196 lines
3.1 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: 18px;
padding: 0px 8px;
}
.upload-modal-header-text {
font-family: Roboto;
font-size: 0.89rem;
font-weight: 400;
line-height: 1.1rem;
margin: 0px 0px 10px 0px;
}
.upload-header-bold {
font-weight: 500;
}
.modal-document-error {
margin: -10px 2px 0px 5px;
color: red;
font-size: 0.89rem;
}
.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;
}
@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;
}
}