Sha256: ee6f028ae1fac48253b721237a4e4bb7649c6cf4b67589acb96f1962fd8ae9c9

Contents?: true

Size: 541 Bytes

Versions: 10

Compression:

Stored size: 541 Bytes

Contents

&--pagination {
  border-top: $thredded-base-border;
  margin-top: $thredded-base-spacing;
  padding-top: $thredded-base-spacing;
  text-align: center;

  > span {
    color: $thredded-secondary-text-color;
    display: inline-block;
    margin-right: $thredded-small-spacing;

    > a {
      color: $thredded-text-color;
      display: inline-block;

      &:focus,
      &:hover {
        color: $thredded-action-color;
      }
    }

    &.current, > a {
      padding: ($thredded-small-spacing / 2) $thredded-small-spacing;
    }
  }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
thredded-0.6.3 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.6.2 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.6.1 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.6.0 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.5.1 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.5.0 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.4.0 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.3.2 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.3.1 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.3.0 app/assets/stylesheets/thredded/components/_pagination.scss