Add logged in username to top level header bar.

This commit is contained in:
Kia Lam
2019-04-30 11:05:08 -04:00
parent ffade973a9
commit 5287af1b9f
4 changed files with 100 additions and 96 deletions

View File

@@ -25,16 +25,28 @@
}
.pf-c-page__header-tools .pf-c-dropdown__toggle:before {
--pf-c-dropdown__toggle--BorderBottomColor: var(--pf-global--BackgroundColor--light-100);
--pf-c-dropdown__toggle--hover--BorderBottomColor: var(--pf-global--BackgroundColor--light-100);
--pf-c-dropdown__toggle--expanded--BorderBottomColor: var(--pf-global--BackgroundColor--light-100);
--pf-c-dropdown__toggle--BorderBottomColor: var(
--pf-global--BackgroundColor--light-100
);
--pf-c-dropdown__toggle--hover--BorderBottomColor: var(
--pf-global--BackgroundColor--light-100
);
--pf-c-dropdown__toggle--expanded--BorderBottomColor: var(
--pf-global--BackgroundColor--light-100
);
}
.pf-c-page__header {
.pf-c-dropdown__toggle .pf-c-dropdown__toggle-icon {
--pf-c-dropdown__toggle-icon--MarginLeft: 10px;
}
}
//
// sidebar overrides
//
.pf-c-page__sidebar{
.pf-c-page__sidebar {
--pf-c-page__sidebar--md--Width: 255px;
.pf-c-nav {
@@ -83,7 +95,8 @@
--pf-global--target-size--MinWidth: 32px;
--pf-global--FontSize--md: 14px;
.pf-c-badge:not(:last-child), .pf-c-switch:not(:last-child) {
.pf-c-badge:not(:last-child),
.pf-c-switch:not(:last-child) {
margin-right: 18px;
}
}