From 701a32aa929ab877c31cf0435eff72b5269010f6 Mon Sep 17 00:00:00 2001 From: rishav-jha-mech Date: Sat, 9 Sep 2023 10:28:30 +0530 Subject: [PATCH] Formatting fixed --- public/locales/en.json | 2 +- public/locales/fr.json | 2 +- public/locales/hi.json | 2 +- public/locales/sp.json | 2 +- public/locales/zh.json | 2 +- src/components/DeleteOrg/DeleteOrg.module.css | 49 +++++++++---------- 6 files changed, 29 insertions(+), 30 deletions(-) diff --git a/public/locales/en.json b/public/locales/en.json index 3c577ab47a..b957d84713 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -370,7 +370,7 @@ "changeLanguage": "Change Language" }, "deleteOrg": { - "deleteOrganization": "Delete Organization", + "deleteOrganization": "Delete Organization", "deleteMsg": "Do you want to delete this organization?", "no": "No", "yes": "Yes", diff --git a/public/locales/fr.json b/public/locales/fr.json index e1c9768c2d..78d3fade9b 100644 --- a/public/locales/fr.json +++ b/public/locales/fr.json @@ -559,4 +559,4 @@ "donate": "Donner", "nothingToShow": "Rien à montrer ici." } -} \ No newline at end of file +} diff --git a/public/locales/hi.json b/public/locales/hi.json index 400c205e5f..29b449a0c9 100644 --- a/public/locales/hi.json +++ b/public/locales/hi.json @@ -560,4 +560,4 @@ "donate": "दान", "nothingToShow": "यहां दिखाने के लिए कुछ भी नहीं है." } -} \ No newline at end of file +} diff --git a/public/locales/sp.json b/public/locales/sp.json index 853a2aa7af..7fa6ccd04b 100644 --- a/public/locales/sp.json +++ b/public/locales/sp.json @@ -560,4 +560,4 @@ "donate": "Donar", "nothingToShow": "Nada que mostrar aquí." } -} \ No newline at end of file +} diff --git a/public/locales/zh.json b/public/locales/zh.json index 023437ceb7..a4232d43cf 100644 --- a/public/locales/zh.json +++ b/public/locales/zh.json @@ -560,4 +560,4 @@ "donate": "捐", "nothingToShow": "這裡沒有什麼可顯示的。" } -} \ No newline at end of file +} diff --git a/src/components/DeleteOrg/DeleteOrg.module.css b/src/components/DeleteOrg/DeleteOrg.module.css index 9a1e0677ae..2b15a2ac0c 100644 --- a/src/components/DeleteOrg/DeleteOrg.module.css +++ b/src/components/DeleteOrg/DeleteOrg.module.css @@ -1,26 +1,25 @@ .settingsBody { - margin: 2.5rem 0; - } - - .cardHeader { - padding: 1.25rem 1rem 1rem 1rem; - border-bottom: 1px solid var(--bs-gray-200); - display: flex; - justify-content: space-between; - align-items: center; - } - - .cardHeader .cardTitle { - font-size: 1.2rem; - font-weight: 600; - } - - .cardBody { - min-height: 180px; - } - - .cardBody .textBox { - margin: 0 0 3rem 0; - color: var(--bs-secondary); - } - \ No newline at end of file + margin: 2.5rem 0; +} + +.cardHeader { + padding: 1.25rem 1rem 1rem 1rem; + border-bottom: 1px solid var(--bs-gray-200); + display: flex; + justify-content: space-between; + align-items: center; +} + +.cardHeader .cardTitle { + font-size: 1.2rem; + font-weight: 600; +} + +.cardBody { + min-height: 180px; +} + +.cardBody .textBox { + margin: 0 0 3rem 0; + color: var(--bs-secondary); +}