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
|
||||
document type. (the other fields are optional.)
|
||||
</p>
|
||||
<p className="upload-modal-header-text">
|
||||
<p className="upload-modal-header-text red">
|
||||
<span className="upload-header-bold">
|
||||
<ExclamationTriangle
|
||||
style={{
|
||||
@@ -216,6 +216,10 @@ const UploadModal = (props) => {
|
||||
discovery requests.
|
||||
</span>
|
||||
</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">
|
||||
The document will be associated with{" "}
|
||||
<em>
|
||||
|
||||
@@ -22,6 +22,9 @@
|
||||
font-weight: 400;
|
||||
line-height: 1.1rem;
|
||||
margin: 0px 0px 10px 0px;
|
||||
&.red {
|
||||
color: red;
|
||||
}
|
||||
}
|
||||
|
||||
.upload-header-bold {
|
||||
|
||||
Reference in New Issue
Block a user