Sha256: 9f91e5293276ffaf0ac614a668504d91f8989c0148f17e453cd2d12c219eba04

Contents?: true

Size: 658 Bytes

Versions: 9

Compression:

Stored size: 658 Bytes

Contents

.pagination-container {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right;

  p {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
  }

  strong {
    color: black;
  }

  .pagination {
    vertical-align: middle;
    margin: 0;

    a {
      font-weight: normal;
    }
  }
}

@include mobile {
  .pagination-container {
    margin-top: 10px;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;

    .pagination {
      margin: 0 auto;
      order: -1;
    }

    p {
      display: block;
      margin-right: 0;
      margin-top: 5px;
    }
  }
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
trestle-0.8.9 app/assets/stylesheets/trestle/components/_pagination.scss
trestle-0.8.8 app/assets/stylesheets/trestle/components/_pagination.scss
trestle-0.8.7 app/assets/stylesheets/trestle/components/_pagination.scss
trestle-0.8.6 app/assets/stylesheets/trestle/components/_pagination.scss
trestle-0.8.5 app/assets/stylesheets/trestle/components/_pagination.scss
trestle-0.8.4 app/assets/stylesheets/trestle/components/_pagination.scss
trestle-0.8.3 app/assets/stylesheets/trestle/components/_pagination.scss
trestle-0.8.2 app/assets/stylesheets/trestle/components/_pagination.scss
trestle-0.8.0 app/assets/stylesheets/trestle/components/_pagination.scss