more
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user