From 3c038ffa7d36e1ce59ddfbf314260e3e7955c491 Mon Sep 17 00:00:00 2001
From: sonika <>
Date: Mon, 21 Aug 2023 14:34:17 +0530
Subject: [PATCH] padding issue
---
src/App.css | 8 +--
src/Components/Header.tsx | 6 +-
.../PatientForm/FamilyFormSection2.tsx | 46 ++++++-------
.../PatientForm/MedicalHistorySection3.tsx | 69 +++++++++++++++++--
src/Components/PatientForm/PatientForm.tsx | 25 +++++--
.../PatientForm/PersonalSection1.tsx | 24 +++----
6 files changed, 122 insertions(+), 56 deletions(-)
diff --git a/src/App.css b/src/App.css
index 2593164..a55c10d 100644
--- a/src/App.css
+++ b/src/App.css
@@ -9,10 +9,6 @@
margin: 5%;
}
-.textfield-padding .css-e4w4as-MuiFormLabel-root-MuiInputLabel-root{
- padding:'15px' !important;
-}
-
-.custom-legend-padding fieldset legend {
- padding: 25px !important;
+.collapsable-form-style label {
+ padding: 15px;
}
\ No newline at end of file
diff --git a/src/Components/Header.tsx b/src/Components/Header.tsx
index 59a1439..f86d545 100644
--- a/src/Components/Header.tsx
+++ b/src/Components/Header.tsx
@@ -22,9 +22,9 @@ export default function Header(){
diff --git a/src/Components/PatientForm/FamilyFormSection2.tsx b/src/Components/PatientForm/FamilyFormSection2.tsx
index 8d1ab00..5677bc0 100644
--- a/src/Components/PatientForm/FamilyFormSection2.tsx
+++ b/src/Components/PatientForm/FamilyFormSection2.tsx
@@ -84,11 +84,11 @@ export default function FamilyFormSection(){
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
- Previous Chiropractic Care
+ Previous Chiropractic Care:
+
+
+
+ Who can we thank for referring you to our office:
+
+ } label="Friend" />
+ } label="Relative" />
+ } label="Physician" />
+ } label="Instagram" />
+ } label="Google" />
+ } label="Others" />
+
+
+
+
+
+
+ Have you had an X-ray/CT Scan within the last 12 months? If yes, did you bring the CD of images for the doctor to review?
+
+ } label="Yes" />
+ } label="No" />
+
+
+
+
+
+
+ How do you prefer to be reminded of your appointments?
+
+ } label="Email" />
+ } label="Text" />
+
+
+
>
)}
diff --git a/src/Components/PatientForm/PatientForm.tsx b/src/Components/PatientForm/PatientForm.tsx
index 4dd2fb9..3c3329e 100644
--- a/src/Components/PatientForm/PatientForm.tsx
+++ b/src/Components/PatientForm/PatientForm.tsx
@@ -3,7 +3,7 @@ import Typography from '@mui/material/Typography';
import ExpandMoreIcon from '@mui/icons-material/ExpandMore';
import Footer from "../Footer";
import Header from "../Header";
-import {Button, Grid, Paper, Radio, RadioGroup, TextField } from '@mui/material';
+import {Button, Checkbox, FormControlLabel, FormGroup, Grid, Paper, Radio, RadioGroup, TextField } from '@mui/material';
import PersonalSection from './PersonalSection1';
import { styled } from '@mui/material/styles';
import ArrowForwardIosSharpIcon from '@mui/icons-material/ArrowForwardIosSharp';
@@ -103,7 +103,7 @@ export default function PatientForm(){
+
diff --git a/src/Components/PatientForm/PersonalSection1.tsx b/src/Components/PatientForm/PersonalSection1.tsx
index 873a8a3..d4ebe39 100644
--- a/src/Components/PatientForm/PersonalSection1.tsx
+++ b/src/Components/PatientForm/PersonalSection1.tsx
@@ -88,9 +88,9 @@ export default function PersonalSection(){
return(
<>
-
+
{
setStartDateValue(newValue);
}}
- renderInput={(params) => }
+ renderInput={(params) => }
/>
@@ -177,7 +177,7 @@ export default function PersonalSection(){