From 673eaab577ece8217b4679b1aa198e0a3dd3b07f Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Sun, 25 Feb 2024 14:13:33 -0600 Subject: [PATCH] more --- src/Components/Modals/UploadModal.js | 21 +++++++++++---------- src/styles/modals.scss | 7 +++++++ 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/src/Components/Modals/UploadModal.js b/src/Components/Modals/UploadModal.js index dc3c3c4..6ac1ed7 100644 --- a/src/Components/Modals/UploadModal.js +++ b/src/Components/Modals/UploadModal.js @@ -200,8 +200,8 @@ const UploadModal = (props) => {

- Select a .pdf file for upload, then 1. enter title 2. choose - document type. (the other fields are optional.) + Select a .pdf file for upload, then 1. enter title, and 2. choose + document type. (other fields optional)

@@ -212,24 +212,25 @@ const UploadModal = (props) => { marginRight: "8px", }} /> - NOTE: Selecting "complaint" will automatically begin creation of - discovery requests. + NOTE: Clicking upload begins document creation. +

+ Selecting the incorrect document type may result in errors! +

- Incorrect selection will result in errors. Document credit will - still be debited from your account + Document credit will still be debited from your account

- The document will be associated with{" "} + The document created will be associated with{" "} {caption} v. {captionTwo} {caseNumber ? `, ${caseNumber}` : ""}.

- If that is not the correct case: click cancel to go back and select - the intended case from your active cases. + If that is not the correct case: 1. click cancel 2. click back, then + 3. select the case from your active cases.

@@ -277,7 +278,7 @@ const UploadModal = (props) => { - + Select Document
diff --git a/src/styles/modals.scss b/src/styles/modals.scss index e37b29e..e4ace10 100644 --- a/src/styles/modals.scss +++ b/src/styles/modals.scss @@ -29,12 +29,19 @@ margin-top: -7px; margin-left: 23px; } + &.indent { + margin-left: 23px; + } } .upload-header-bold { font-weight: 500; } +.file-upload-row { + margin-top: 6px; +} + .modal-document-error { margin: -10px 2px 0px 5px; color: red;