Sha256: 1882c48550b11aaff8feb6ff386c8225f0327209fd13da3d1236f4e2967308aa

Contents?: true

Size: 785 Bytes

Versions: 28

Compression:

Stored size: 785 Bytes

Contents

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

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

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

Version data entries

28 entries across 28 versions & 2 rubygems

Version Path
thredded-0.15.3 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.15.2 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.15.1 app/assets/stylesheets/thredded/components/_pagination.scss
threddedDANIEL-0.14.5 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.14.4 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.14.3 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.14.2 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.14.1 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.14.0 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.13.8 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.13.7 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.13.6 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.13.5 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.13.4 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.13.3 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.13.2 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.13.1 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.13.0 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.12.4 app/assets/stylesheets/thredded/components/_pagination.scss
thredded-0.12.3 app/assets/stylesheets/thredded/components/_pagination.scss