Skip to content

Commit

Permalink
Formatting fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rishav-jha-mech committed Sep 9, 2023
1 parent 7e23e76 commit 701a32a
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 30 deletions.
2 changes: 1 addition & 1 deletion public/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion public/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -559,4 +559,4 @@
"donate": "Donner",
"nothingToShow": "Rien à montrer ici."
}
}
}
2 changes: 1 addition & 1 deletion public/locales/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -560,4 +560,4 @@
"donate": "दान",
"nothingToShow": "यहां दिखाने के लिए कुछ भी नहीं है."
}
}
}
2 changes: 1 addition & 1 deletion public/locales/sp.json
Original file line number Diff line number Diff line change
Expand Up @@ -560,4 +560,4 @@
"donate": "Donar",
"nothingToShow": "Nada que mostrar aquí."
}
}
}
2 changes: 1 addition & 1 deletion public/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -560,4 +560,4 @@
"donate": "",
"nothingToShow": "這裡沒有什麼可顯示的。"
}
}
}
49 changes: 24 additions & 25 deletions src/components/DeleteOrg/DeleteOrg.module.css
Original file line number Diff line number Diff line change
@@ -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);
}

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);
}

0 comments on commit 701a32a

Please sign in to comment.