Sha256: e335661a42c75283ba47b338bbac7ca55b983fa4da7cd47b90e5267aa3406278

Contents?: true

Size: 1.12 KB

Versions: 20

Compression:

Stored size: 1.12 KB

Contents

#repos {
  margin: 0;
  padding: 0;
}

.repo {
  display: block;
  padding: 0 4px;
  border-radius: 2px;

  &:hover {
    background: rgba(128, 212, 255, 0.1);
  }

  &.selected {
    background: rgba(128, 212, 255, 0.25);
  }

  &.disabled {
    background: #f9f9f9;
  }

  &.retired {
    .repo-owner { color: #ddd; }
    .repo-name > .label { opacity: 0.4; }
    .repo-owner, .repo-name {
      position: relative;

      &::after {
        display: block;
        content: '.';
        color: transparent;
        position: absolute;
        top: 0;
        left: 0;
        height: 50%;
        width: 100%;
        margin: 0;
        border-bottom: 2px solid #555;
      }
    }
  }

  input[type="checkbox"] {
    margin: 8px;
    float: left;

    &[disabled] + label {
      color: #bbb;
    }
  }

  label {
    padding: 4px 0;
    margin: 0;
  }

  .repo-visibility {
    display: inline-block;
    margin: 0 4px;

    .fa { width: 14px; }
    .fa-unlock { opacity: 0.1; }
  }

  .repo-owner {
    &::after {
      display: inline-block;
      content: '/';
      margin: 0 0.33em;
    }
  }

  .repo-name b {
    color: #505050;
  }
}

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
houston-core-0.9.2 app/assets/stylesheets/houston/application/github_repos.scss
houston-core-0.9.1 app/assets/stylesheets/houston/application/github_repos.scss
houston-core-0.9.0 app/assets/stylesheets/houston/application/github_repos.scss
houston-core-0.9.0.rc1 app/assets/stylesheets/houston/application/github_repos.scss
houston-core-0.8.4 app/assets/stylesheets/houston/application/github_repos.scss
houston-core-0.8.3 app/assets/stylesheets/houston/application/github_repos.scss
houston-core-0.8.2 app/assets/stylesheets/houston/application/github_repos.scss
houston-core-0.8.1 app/assets/stylesheets/houston/application/github_repos.scss
houston-core-0.8.0 app/assets/stylesheets/houston/application/github_repos.scss
houston-core-0.8.0.pre2 app/assets/stylesheets/houston/application/github_repos.scss
houston-core-0.8.0.pre app/assets/stylesheets/houston/application/github_repos.scss
houston-core-0.7.0 app/assets/stylesheets/houston/application/github_repos.scss
houston-core-0.7.0.beta4 app/assets/stylesheets/houston/application/github_repos.scss
houston-core-0.7.0.beta3 app/assets/stylesheets/houston/application/github_repos.scss
houston-core-0.7.0.beta2 app/assets/stylesheets/houston/application/github_repos.scss
houston-core-0.7.0.beta app/assets/stylesheets/houston/application/github_repos.scss
houston-core-0.6.3 app/assets/stylesheets/application/github_repos.scss
houston-core-0.6.2 app/assets/stylesheets/application/github_repos.scss
houston-core-0.6.1 app/assets/stylesheets/application/github_repos.scss
houston-core-0.6.0 app/assets/stylesheets/application/github_repos.scss