mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-18 14:01:49 -05:00
Merge pull request #186 from ansible/add-username-to-top-header-bar
Add logged in username to top level header bar.
This commit is contained in:
21
src/app.scss
21
src/app.scss
@@ -25,9 +25,21 @@
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user