first commit
This commit is contained in:
74
src/styles/modals.scss
Normal file
74
src/styles/modals.scss
Normal file
@@ -0,0 +1,74 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user