mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 18:20:00 -03:30
Add help dropdown and about modal
This commit is contained in:
16
src/app.scss
16
src/app.scss
@@ -25,21 +25,21 @@
|
||||
|
||||
.pf-c-nav {
|
||||
overflow-y: auto;
|
||||
|
||||
|
||||
.pf-c-nav__section {
|
||||
--pf-c-nav__section--MarginTop: 8px;
|
||||
}
|
||||
|
||||
|
||||
.pf-c-nav__section + .pf-c-nav__section {
|
||||
--pf-c-nav__section--MarginTop: 8px;
|
||||
}
|
||||
|
||||
|
||||
.pf-c-nav__simple-list .pf-c-nav__link {
|
||||
--pf-c-nav__simple-list-link--PaddingLeft: 24px;
|
||||
--pf-c-nav__simple-list-link--PaddingBottom: 6px;
|
||||
--pf-c-nav__simple-list-link--PaddingTop: 6px;
|
||||
}
|
||||
|
||||
|
||||
.pf-c-nav__section-title {
|
||||
--pf-c-nav__section-title--PaddingLeft: 24px;
|
||||
}
|
||||
@@ -110,3 +110,11 @@
|
||||
.pf-c-data-list__cell span {
|
||||
margin-right: 18px;
|
||||
}
|
||||
|
||||
//
|
||||
// about modal overrides
|
||||
//
|
||||
.pf-c-backdrop .pf-c-about-modal-box {
|
||||
--pf-c-about-modal-box--MaxHeight: 40rem;
|
||||
--pf-c-about-modal-box--MaxWidth: 63rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user