Sha256: e26a37a2a873ff803d35e26ae2b51f63705a13810ac01b30aace4bd99f59287e

Contents?: true

Size: 785 Bytes

Versions: 21

Compression:

Stored size: 785 Bytes

Contents

.thredded--pagination {
  border-top: $thredded-base-border;
  padding-top: $thredded-base-spacing;
  padding-bottom: $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;
    }
  }
}

.thredded--pagination-top > .thredded--pagination {
  border-bottom: $thredded-base-border;
  margin-bottom: $thredded-base-spacing;
}

.thredded--pagination-bottom > .thredded--pagination {
  margin-top: $thredded-base-spacing;
}

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
thredded-1.1.0 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-1.0.1 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-1.0.0 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.16.16 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.16.15 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.16.14 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.16.13 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.16.12 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.16.11 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.16.10 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.16.9 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.16.8 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.16.7 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.16.6 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.16.5 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.16.4 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.16.3 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.16.1 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.16.0 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.15.5 app/assets/stylesheets/thredded/components/_pagination.scss