Sha256: 5dd7dabe760a2744b6418a854e97e90b80b66339f70d4ba06c8ca70870634e62
Contents?: true
Size: 874 Bytes
Versions: 4
Compression:
Stored size: 874 Bytes
Contents
// // Pager pagination // -------------------------------------------------- .pager { padding-left: 0; margin: $line-height-computed 0; list-style: none; text-align: center; @include clearfix(); li { display: inline; > a, > span { display: inline-block; padding: 5px 14px; background-color: $pagination-bg; border: 1px solid $pagination-border; border-radius: $pager-border-radius; } > a:hover, > a:focus { text-decoration: none; background-color: $pagination-active-bg; } } .next { > a, > span { float: right; } } .previous { > a, > span { float: left; } } .disabled { > a, > a:hover, > a:focus, > span { color: $pager-disabled-color; background-color: $pagination-bg; cursor: not-allowed; } } }
Version data entries
4 entries across 4 versions & 2 rubygems