mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
remove unused scss styles from app.scss
This commit is contained in:
parent
886d29e111
commit
9ba8feaec1
80
src/app.scss
80
src/app.scss
@ -3,36 +3,6 @@
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
//
|
||||
// masthead overrides
|
||||
//
|
||||
|
||||
.pf-c-page__header-brand {
|
||||
max-width: 255px;
|
||||
}
|
||||
|
||||
.pf-c-page__header-tools .pf-l-toolbar__item {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.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-page__header {
|
||||
.pf-c-dropdown__toggle .pf-c-dropdown__toggle-icon {
|
||||
--pf-c-dropdown__toggle-icon--MarginLeft: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// sidebar overrides
|
||||
//
|
||||
@ -118,34 +88,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// switch overrides
|
||||
// https://github.com/patternfly/patternfly-next/issues/915
|
||||
//
|
||||
|
||||
.pf-c-switch {
|
||||
.pf-c-switch__label::before {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// 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;
|
||||
}
|
||||
|
||||
.pf-c-list {
|
||||
li {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// pf modal overrides
|
||||
//
|
||||
@ -185,28 +127,6 @@
|
||||
--pf-c-modal-box__body--PaddingBottom: 5px;
|
||||
}
|
||||
|
||||
//
|
||||
// pf card overrides
|
||||
//
|
||||
|
||||
// specificity hack to override PatternFly
|
||||
.pf-c-card.pf-c-card {
|
||||
--pf-c-card--child--PaddingRight: 20px;
|
||||
--pf-c-card--child--PaddingBottom: 24px;
|
||||
--pf-c-card--child--PaddingLeft: 20px;
|
||||
|
||||
display: flex;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.pf-c-card__header {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.pf-c-card__body {
|
||||
--pf-c-card__body--PaddingTop: 24px;
|
||||
}
|
||||
|
||||
//
|
||||
// pf tooltip overrides
|
||||
//
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user