diff --git a/src/Constants/Copy/howToSteps.js b/src/Constants/Copy/howToSteps.js index 3061fd2..30324de 100644 --- a/src/Constants/Copy/howToSteps.js +++ b/src/Constants/Copy/howToSteps.js @@ -10,17 +10,16 @@ export const Steps = () => (
CREATE THE CASE: Click “Cases” in - the top navigation bar to go to the Case View. Click the “Create New - Case” button (lower right) to surface the Create Case Modal. Follow - prompts to relevant information. You will end with the Case Details + the top navigation bar to go to the Case View. Click “Create New Case” + (lower right button) to surface the Create Case Modal. Follow prompts + to enter relevant information. You will end with the Case's Details View. Click “Upload Document”.
UPLOAD YOUR DOCUMENT: You will now see the Document Upload Modal. Enter the discovery request's title, i.e. “Defendant’s Interrogatories,” and (optionally) the date served. - Drag and drop or click and select the .pdf from your computer's files,{" "} - {" "} + Drag and drop, or click and select the .pdf from your files. {" "}
Click “Upload”.
@@ -40,14 +39,14 @@ export const Steps = () => (
-
+
GENERATE THE RESPONSE: From the Document List View, click the “Generate Responses'' button. Novdraft’s Intellidraft AI will generate the response and automatically navigate to the interactive Document Editor. You can edit the responses and save progress any time by clicking the “Save Changes” button.
-
+
DOWNLOAD YOUR RESPONSE DOCUMENT: Click the “Create .Docx' button to download your fully-formatted, ready-to-serve response. diff --git a/src/styles/howTo-page.scss b/src/styles/howTo-page.scss index 849b215..1afd226 100644 --- a/src/styles/howTo-page.scss +++ b/src/styles/howTo-page.scss @@ -27,6 +27,9 @@ display: flex; flex-direction: column; width: 100%; + padding: 0px 10px; + background-color: #e6e6e653; + border-radius: 10px; } .steps-text-wrapper { @@ -67,6 +70,7 @@ .mini-break { margin: 8px 0px; } + .image-moun { display: flex; flex-direction: column; @@ -81,3 +85,8 @@ .bold-span { font-weight: 500; } + +.barzee { + padding-right: 20px; + margin-top: -12px; +}