84 lines
1.4 KiB
SCSS
84 lines
1.4 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: 29px;
|
|
font-weight: 500;
|
|
letter-spacing: 0.009rem;
|
|
line-height: 1.2rem;
|
|
}
|
|
|
|
.modal-caption-row {
|
|
background-color: rgba(230, 230, 230, 0.3254901961);
|
|
padding: 15px;
|
|
margin-bottom: 12px;
|
|
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: 20px 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;
|
|
}
|
|
|
|
.payment-modal-text-wrapper {
|
|
margin: 8px 0px 18px 0px;
|
|
padding-left: 4px;
|
|
}
|