Sha256: 00d7e9aee0704cb972a6730249c18e635472953ffe9b029e312478ab658fd3c3

Contents?: true

Size: 494 Bytes

Versions: 4

Compression:

Stored size: 494 Bytes

Contents

// Stile paginazione momentaneamente per la gemma
// 'will_paginate' giĆ  inclusa in lato_view

.pagination {
  text-align: center;

  .previous_page {
    float: left;
    text-decoration: none;
  }

  .next_page {
    float: right;
    text-decoration: none;
  }

  .current {
    display: inline-block;
    background: $pagination-current-bg;
    color: $pagination-current-color;
    border-radius: 50%;
    @include size(25px);
    font-style: normal;
  }

  a {
    margin: 0 5px;
  }

}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lato_view-1.1.5 app/assets/stylesheets/lato_view/modules/_pagination.scss
lato_view-1.1.4 app/assets/stylesheets/lato_view/modules/_pagination.scss
lato_view-1.1.3 app/assets/stylesheets/lato_view/modules/_pagination.scss
lato_view-1.1 app/assets/stylesheets/lato_view/modules/_pagination.scss