Sha256: 21cbfb1e7b53dd64983a4117be22f9efd65400493efd8f739f85f960d028ab8c

Contents?: true

Size: 618 Bytes

Versions: 11

Compression:

Stored size: 618 Bytes

Contents

// pagination
.pagination {
  margin: 30px 0;
  font-size: 12px;
  font-weight: bold;

  a, .gap, .current {
    display: inline-block;
    padding: 10px;
    min-height: 30px;
    min-width: 35px;
    border: 1px solid $c-border;
    text-align: center;
  }

  a {
    @include gradient-vertical($start-color: $c-light-button-gradient-start, $end-color: $c-light-button-gradient-end);
    color: $c-mid-dark-grey;

    &:hover {
      color: $c-white;
      background: $c-custom-highlight;
    }
  }

  .gap {
    color: $c-mid-grey;
  }

  .current {
    color: $c-white;
    background: $c-custom-highlight;
  }
}

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
fae-rails-2.2.0 app/assets/stylesheets/fae/modules/tables/_pagination.scss
fae-rails-2.1.0 app/assets/stylesheets/fae/modules/tables/_pagination.scss
fae-railsz-2.1.0 app/assets/stylesheets/fae/modules/tables/_pagination.scss
fae-rails-2.0.0 app/assets/stylesheets/fae/modules/tables/_pagination.scss
fae-rails-1.7.1 app/assets/stylesheets/fae/modules/tables/_pagination.scss
fae-rails-1.7.0 app/assets/stylesheets/fae/modules/tables/_pagination.scss
fae-rails-1.6.0 app/assets/stylesheets/fae/modules/tables/_pagination.scss
fae-rails-1.5.1 app/assets/stylesheets/fae/modules/tables/_pagination.scss
fae-rails-1.5.0 app/assets/stylesheets/fae/modules/tables/_pagination.scss
fae-rails-1.4.1 app/assets/stylesheets/fae/modules/tables/_pagination.scss
fae-rails-1.4.0 app/assets/stylesheets/fae/modules/tables/_pagination.scss