-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: show capacity information only when it is available
- Loading branch information
Showing
4 changed files
with
52 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 4 additions & 10 deletions
14
src/views/CountryNsOverviewCapacity/CountryNsOrganisationalCapacity/styles.module.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,8 @@ | ||
.organisational-capacity { | ||
.capacity-card { | ||
border-radius: var(--go-ui-border-radius-lg); | ||
box-shadow: var(--go-ui-box-shadow-md); | ||
padding: var(--go-ui-spacing-lg); | ||
|
||
.figures { | ||
display: flex; | ||
flex-direction: column; | ||
gap: var(--go-ui-spacing-xs); | ||
|
||
.content { | ||
.capacity-card { | ||
border: var(--go-ui-width-separator-thin) solid var(--go-ui-color-separator); | ||
padding: var(--go-ui-spacing-lg); | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"namespace": "countryNsOverviewCapacity", | ||
"strings": { | ||
"nsPreparednessHeading": "NS Preparedness and Response Capcity", | ||
"nsPreparednessHeading": "NS Preparedness and Response Capacity", | ||
"nsPreparednessDescription": "The National Society Preparedness for an Effective Response (PER) Approach interact with National Societies' processes in a structured way to contribute to their preparedness and response capacities", | ||
"perCycleHeading": "Cycle {cycle}: {countryName} PER process", | ||
"perPhaseLabel": "PER phase", | ||
"perAssessmentDateLabel": "Assessment date", | ||
"perStartPerProcess": "Start PER Process", | ||
"perViewLink": "View", | ||
"nSOverviewCapacityDescription": "This following are various processes and assessment that the NS has done with IFRC that address National Society development, capacity, preparedness, and others.", | ||
"nsOverviewCapacityLink": "IFRC Evaluations database" | ||
"nsOverviewCapacityLink": "IFRC Evaluations Database" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters