more
This commit is contained in:
@@ -17,13 +17,17 @@ export const Steps = () => (
|
|||||||
</div>
|
</div>
|
||||||
<div className="steps-text-wrapper">
|
<div className="steps-text-wrapper">
|
||||||
<span className="bold-span">UPLOAD YOUR DOCUMENT: </span>You will now
|
<span className="bold-span">UPLOAD YOUR DOCUMENT: </span>You will now
|
||||||
see the Document Upload Modal. Enter your discovery request's info:
|
see the Document Upload Modal. Enter the discovery request's title,
|
||||||
document title, i.e. “Defendant’s Interrogatories,” and (optionally)
|
i.e. “Defendant’s Interrogatories,” and (optionally) the date served.
|
||||||
the date served. Drag and drop the file, or click to select it from
|
Drag and drop or click and select the .pdf from your computer's files,{" "}
|
||||||
your computer's files, {" "}
|
{" "}
|
||||||
then click <span className="bold-span"> “Upload”.</span>
|
<div className="mini-break">
|
||||||
<br /> The upload will begin. Parsing the document usually takes under
|
Click <span className="bold-span"> “Upload”.</span>
|
||||||
2 minutes, but be patient - it may take up to 5.
|
</div>
|
||||||
|
<div className="mini-break">
|
||||||
|
Parsing the document usually takes under 2 minutes, but be patient -
|
||||||
|
it may take up to 5.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="steps-upper-right">
|
<div className="steps-upper-right">
|
||||||
|
|||||||
@@ -64,6 +64,9 @@
|
|||||||
width: 12%;
|
width: 12%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mini-break {
|
||||||
|
margin: 8px 0px;
|
||||||
|
}
|
||||||
.image-moun {
|
.image-moun {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Reference in New Issue
Block a user