Skip to content

Commit

Permalink
Merge pull request #3675 from jcaianirh/catalog-color
Browse files Browse the repository at this point in the history
Fix header color in catalog page to match patternfly catalog view.
  • Loading branch information
openshift-merge-robot committed Dec 6, 2019
2 parents 6e51f2f + 466efa4 commit ee74e32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/public/components/catalog/_catalog.scss
Expand Up @@ -17,7 +17,6 @@ $co-modal-ignore-warning-icon-width: 30px;
}

.co-catalog {
background: $color-pf-black-150;
display: flex;
flex-direction: column;
min-height: 100%;
Expand Down Expand Up @@ -91,6 +90,9 @@ $co-modal-ignore-warning-icon-width: 30px;
flex:1;
margin: 0 ($grid-gutter-width / 2);
padding: ($grid-gutter-width / 2) 0 0;
@media (min-width: $screen-sm-min) {
margin: 0 ($grid-gutter-width / 2) 0 $grid-gutter-width;
}

&__content {
flex: 1 1 auto;
Expand Down

0 comments on commit ee74e32

Please sign in to comment.