Sha256: 3fbd5cf06b3dfc5874c268eab72addf2d75e7648bb2662ac3971c32e43d27fb1

Contents?: true

Size: 639 Bytes

Versions: 3

Compression:

Stored size: 639 Bytes

Contents

.pagination-container {
  margin-left: auto;
  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-right: auto;

    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

3 entries across 3 versions & 1 rubygems

Version Path
trestle-0.8.13 app/assets/stylesheets/trestle/components/_pagination.scss
trestle-0.8.12 app/assets/stylesheets/trestle/components/_pagination.scss
trestle-0.8.11 app/assets/stylesheets/trestle/components/_pagination.scss