This commit is contained in:
Kenneth Jannette
2024-02-24 02:19:16 -06:00
parent 89bb3fbe26
commit 53251238b1
2 changed files with 8 additions and 1 deletions

View File

@@ -203,7 +203,7 @@ const UploadModal = (props) => {
Select a .pdf file for upload, then 1. enter title 2. choose Select a .pdf file for upload, then 1. enter title 2. choose
document type. (the other fields are optional.) document type. (the other fields are optional.)
</p> </p>
<p className="upload-modal-header-text"> <p className="upload-modal-header-text red">
<span className="upload-header-bold"> <span className="upload-header-bold">
<ExclamationTriangle <ExclamationTriangle
style={{ style={{
@@ -216,6 +216,10 @@ const UploadModal = (props) => {
discovery requests. discovery requests.
</span> </span>
</p> </p>
<p className="upload-modal-header-text red">
Incorrect selection will result in errors but 1 document credit will
still be debited from your account
</p>
<p className="upload-modal-header-text"> <p className="upload-modal-header-text">
The document will be associated with{" "} The document will be associated with{" "}
<em> <em>

View File

@@ -22,6 +22,9 @@
font-weight: 400; font-weight: 400;
line-height: 1.1rem; line-height: 1.1rem;
margin: 0px 0px 10px 0px; margin: 0px 0px 10px 0px;
&.red {
color: red;
}
} }
.upload-header-bold { .upload-header-bold {