From d1725735393355f1476a0290fa0eba19e70e4501 Mon Sep 17 00:00:00 2001 From: sonika <> Date: Tue, 22 Aug 2023 12:49:56 +0530 Subject: [PATCH] css changes --- src/App.css | 14 ++++++ .../PatientForm/FamilyFormSection2.tsx | 35 +++++++++----- .../PatientForm/MedicalHistorySection3.tsx | 48 +++++++++++-------- .../PatientForm/PersonalSection1.tsx | 4 +- 4 files changed, 68 insertions(+), 33 deletions(-) diff --git a/src/App.css b/src/App.css index a55c10d..8328efb 100644 --- a/src/App.css +++ b/src/App.css @@ -11,4 +11,18 @@ .collapsable-form-style label { padding: 15px; +} + +.collapsable-form-style-radioButtons{ + width: 300px !important; + margin: 5%; + padding-top: 12px; + padding-left: 16px; +} + +.collapsable-form-style-radioButtons-fullwidth{ + /* width: 300px !important; */ + margin: 5%; + padding-top: 12px; + padding-left: 16px; } \ No newline at end of file diff --git a/src/Components/PatientForm/FamilyFormSection2.tsx b/src/Components/PatientForm/FamilyFormSection2.tsx index 5677bc0..efa2a14 100644 --- a/src/Components/PatientForm/FamilyFormSection2.tsx +++ b/src/Components/PatientForm/FamilyFormSection2.tsx @@ -61,7 +61,7 @@ export default function FamilyFormSection(){ <>