Sha256: f41a41134f6f9a9a4f9e2694f846c4f93e2b4b73c44b7ecdf620bf5c626aab38

Contents?: true

Size: 562 Bytes

Versions: 3

Compression:

Stored size: 562 Bytes

Contents

@import 'mixins/components.buttons';

nav.c-pagination,
.c-pagination[role='navigation'] {
  display: flex;
  width: 100%;
  padding: var(--spacing-medium);
  font-size: var(--text-font-size-medium);
  text-align: center;
}

.c-pagination__pages {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;

  .c-pagination__control {
    margin: 0 0.2em;
  }
}

.c-pagination__control {
  --button-color: var(--color-brand);

  @include button;
  @include button-ghost;

  flex: 0 0 auto;
  min-width: 2.4em;
  border-radius: var(--border-radius-rounded);
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
activeadmin_blaze_theme-0.7.0 app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.pagination.scss
activeadmin_blaze_theme-0.6.2 app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.pagination.scss
activeadmin_blaze_theme-0.6.0 app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.pagination.scss