-
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: styling of Context and Structure tab in NS Overview Section
- Loading branch information
1 parent
c9f0cab
commit a4dcc87
Showing
6 changed files
with
52 additions
and
42 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
src/views/CountryNsOverviewContextAndStructure/NationalSocietyDirectory/i18n.json
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
62 changes: 33 additions & 29 deletions
62
src/views/CountryNsOverviewContextAndStructure/NationalSocietyDirectory/index.tsx
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
9 changes: 3 additions & 6 deletions
9
src/views/CountryNsOverviewContextAndStructure/NationalSocietyDirectory/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,10 +1,7 @@ | ||
.national-society-directory { | ||
display: flex; | ||
flex-direction: column; | ||
gap: var(--go-ui-spacing-lg); | ||
|
||
.national-society-source { | ||
.content { | ||
display: flex; | ||
justify-content: flex-end; | ||
flex-direction: column; | ||
gap: var(--go-ui-spacing-xs); | ||
} | ||
} |
1 change: 0 additions & 1 deletion
1
...views/CountryNsOverviewContextAndStructure/NationalSocietyLocalUnitsMap/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,5 +1,4 @@ | ||
.national-society-local-units-map { | ||
width : 100%; | ||
|
||
.clear-button { | ||
display: flex; | ||
|
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
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