-
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.
Merge pull request #1445 from IFRCGo/feature/uat-requested-changes
Update Operational Learning and PER Pages
- Loading branch information
Showing
26 changed files
with
159 additions
and
125 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"go-web-app": patch | ||
--- | ||
|
||
Updated PER terminology and add PER logo in PER PDF export. |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"go-web-app": patch | ||
--- | ||
|
||
Add link to GO UI storybook in resources page |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"go-web-app": patch | ||
--- | ||
|
||
Add beta tag, URL redirect, and link to old dashboard on Ops Learning |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,72 @@ | ||
.mainSection { | ||
display: flex; | ||
flex-direction: column; | ||
gap: var(--go-ui-spacing-xl); | ||
.operational-learning { | ||
|
||
.selected-filters { | ||
.beta-tag { | ||
font-size: var(--go-ui-font-size-sm); | ||
} | ||
|
||
.main-section { | ||
display: flex; | ||
padding: var(--go-ui-spacing-sm) 0; | ||
gap: var(--go-ui-spacing-sm); | ||
flex-direction: column; | ||
gap: var(--go-ui-spacing-xl); | ||
|
||
.options { | ||
.selected-filters { | ||
display: flex; | ||
flex-wrap: wrap; | ||
padding: var(--go-ui-spacing-sm) 0; | ||
gap: var(--go-ui-spacing-sm); | ||
|
||
.options { | ||
display: flex; | ||
flex-wrap: wrap; | ||
gap: var(--go-ui-spacing-sm); | ||
} | ||
} | ||
} | ||
|
||
.summary-heading { | ||
gap: var(--go-ui-spacing-xl); | ||
} | ||
.summary-heading { | ||
gap: var(--go-ui-spacing-xl); | ||
} | ||
|
||
.summary-list { | ||
display: flex; | ||
flex-direction: column; | ||
gap: var(--go-ui-spacing-md); | ||
} | ||
.summary-list { | ||
display: flex; | ||
flex-direction: column; | ||
gap: var(--go-ui-spacing-md); | ||
} | ||
|
||
.action-buttons { | ||
display: flex; | ||
align-items: flex-end; | ||
gap: var(--go-ui-spacing-sm); | ||
} | ||
.action-buttons { | ||
display: flex; | ||
align-items: flex-end; | ||
gap: var(--go-ui-spacing-sm); | ||
} | ||
|
||
.footer { | ||
display: flex; | ||
justify-content: space-between; | ||
} | ||
.footer { | ||
display: flex; | ||
justify-content: space-between; | ||
} | ||
|
||
.filter-chips { | ||
width: 100%; | ||
} | ||
|
||
.footer-content { | ||
display: flex; | ||
flex-direction: column; | ||
flex-grow: 0; | ||
width: 100%; | ||
|
||
.filter-chips { | ||
width: 100%; | ||
.action-buttons { | ||
align-self: flex-end; | ||
} | ||
} | ||
} | ||
|
||
.footer-content { | ||
display: flex; | ||
flex-direction: column; | ||
flex-grow: 0; | ||
width: 100%; | ||
.disclaimer { | ||
display: inline; | ||
padding-top: var(--go-ui-spacing-lg); | ||
font-style: italic; | ||
|
||
.action-buttons { | ||
align-self: flex-end; | ||
.button { | ||
display: inline; | ||
font-style: italic; | ||
} | ||
} | ||
} | ||
|
||
|
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
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
Oops, something went wrong.