This commit is contained in:
Kenneth Jannette
2024-01-31 22:36:13 -06:00
parent 78c091c1e0
commit 51b06c0b13
2 changed files with 14 additions and 7 deletions

View File

@@ -17,13 +17,17 @@ export const Steps = () => (
</div>
<div className="steps-text-wrapper">
<span className="bold-span">UPLOAD YOUR DOCUMENT: </span>You will now
see the Document Upload Modal. Enter your discovery request's info:
document title, i.e. “Defendants Interrogatories,” and (optionally)
the date served. Drag and drop the file, or click to select it from
your computer's files, {" "}
then click <span className="bold-span"> Upload.</span>
<br /> The upload will begin. Parsing the document usually takes under
2 minutes, but be patient - it may take up to 5.
see the Document Upload Modal. Enter the discovery request's title,
i.e. “Defendants Interrogatories,” and (optionally) the date served.
Drag and drop or click and select the .pdf from your computer's files,{" "}
{" "}
<div className="mini-break">
Click <span className="bold-span"> Upload.</span>
</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 className="steps-upper-right">

View File

@@ -64,6 +64,9 @@
width: 12%;
}
.mini-break {
margin: 8px 0px;
}
.image-moun {
display: flex;
flex-direction: column;