Refactor breadcrumbs, tabs, routing.

* Cleanup previous params logic from Notificaitons list
* Add shared breadcrumbs and tabs components
* Structure Organization screens to render only cardBody content
* Add styles
* Fetch organization when location changes
This commit is contained in:
Marliana Lara
2019-01-24 23:53:10 -05:00
parent dd522c240e
commit b820e411d3
18 changed files with 363 additions and 356 deletions

View File

@@ -3,7 +3,7 @@
--awx-toolbar--BorderColor: var(--pf-global--Color--light-200);
--awx-toolbar--BorderWidth: var(--pf-global--BorderWidth--sm);
border: var(--awx-toolbar--BorderWidth) solid var(--awx-toolbar--BorderColor);
border-bottom: var(--awx-toolbar--BorderWidth) solid var(--awx-toolbar--BorderColor);
background-color: var(--awx-toolbar--BackgroundColor);
height: 70px;
padding-top: 5px;