Sha256: 7f7836c1dbd7414224a541b526e0fa41d5d4b680eabd353e01f7eaa4f2d11dea

Contents?: true

Size: 1.15 KB

Versions: 1

Compression:

Stored size: 1.15 KB

Contents

@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;
  }

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

  .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;
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
katello-3.7.0.rc1 webpack/scenes/RedHatRepositories/index.scss