Project

General

Profile

Download (1.43 KB) Statistics
| Branch: | Tag: | Revision:
@import '~patternfly/dist/sass/patternfly/_color-variables';

.row-eq-height {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}

.list-item-with-divider:not(:last-child) {
border-bottom: 1px solid $color-pf-black-200;
}

.list-error-danger {
color: $color-pf-red-200;
}

.small-spacer {
margin: 10px 0;
}

#redhatRepositoriesPage {
.list-group-item-header .list-view-pf-description,
.enabled-repositories-container .list-view-pf-description {
width: 100%;

.list-group-item-heading {
white-space: pre-wrap;
}
}

.list-view-pf-view {
background-color: inherit;
}

.recommended-repository-set-icon {
color: $color-pf-gold-300;
font-size: 2em;
}

.available-repositories-container {
background-color: $color-pf-white;
border-right: $color-pf-black-300 2px solid;

.available-repositories-header {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-top: 20px;

h2 {
margin: 0;
}
}
}

.content-view-pf-pagination {
background-color: $color-pf-white;
margin-bottom: 20px;
}

@media (min-width: 1280px) {
.toolbar-pf-filter {
width: 50%;

.input-group {
width: 400px;
}
}
}

.enabled-repositories-container {
background-color: $color-pf-black-200;

.pficon.list-view-pf-icon-sm {
border-color: $color-pf-green-300;
}
}
}
(3-3/3)