remove unused scss styles from app.scss

This commit is contained in:
John Mitchell 2019-06-03 10:20:13 -04:00
parent 886d29e111
commit 9ba8feaec1

View File

@ -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
//