Sha256: a55203e92d5eddd0e0340b7804aea1075ea45a0abf034ddb0eaacc1ba3f45aae

Contents?: true

Size: 1.03 KB

Versions: 4

Compression:

Stored size: 1.03 KB

Contents

/* Table of Contents
==================================================
# Pagination */

/* # Pagination
================================================== */
.pagination ul {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}
.pagination ul > li {
  display: inline-block ;
  font-size: 14px;
  line-height: 14px;
  margin-right: 2px;
}
.pagination ul > li > a {
  background: rgba(245,248,250,1);
  border-radius: 500px;
  color: rgba(42,44,48,1);
  min-width: 8px;
  padding: 9px 10px 7px 10px;
  text-decoration: none;
  text-align: center;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus { background: rgba(235,238,240,1); }
.pagination ul > .active {
  background: rgba(91,146,250,1);
  border-radius: 500px;
  color: rgba(255,255,255,1);
  min-width: 8px;
  padding: 8px 10px 6px 10px;
  text-align: center;
}
.pagination ul > .pagination-icon > a { padding: 9px 11px 7px 11px; }
.pagination-centered { text-align: center; }
.pagination-right { text-align: right; }
.pagination-left { text-align: left; }

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
active_frontend-4.5.1 vendor/assets/stylesheets/pagination.scss
active_frontend-4.5.0 vendor/assets/stylesheets/pagination.scss
active_frontend-4.0.1 vendor/assets/stylesheets/pagination.scss
active_frontend-4.0.0 vendor/assets/stylesheets/pagination.scss