Sha256: 6eb1a529f5a544de86f92c2d92a7b957c994213eaa9c0e6a95f297e86dcc3f9d

Contents?: true

Size: 1.14 KB

Versions: 5

Compression:

Stored size: 1.14 KB

Contents

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
active_frontend-6.4.1 vendor/assets/stylesheets/_pagination.scss
active_frontend-6.4.0 vendor/assets/stylesheets/_pagination.scss
active_frontend-6.3.2 vendor/assets/stylesheets/_pagination.scss
active_frontend-6.3.1 vendor/assets/stylesheets/_pagination.scss
active_frontend-6.3.0 vendor/assets/stylesheets/_pagination.scss