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>
<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. “Defendants Interrogatories,” and (optionally) i.e. “Defendants 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">

View File

@@ -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;