Sha256: 59ef3d3b0c5e7ed35f392ce461edf06bfc829c535afd8630b2aac51a44e11892
Contents?: true
Size: 853 Bytes
Versions: 128
Compression:
Stored size: 853 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: $pager-bg; border: 1px solid $pager-border; border-radius: $pager-border-radius; } > a:hover, > a:focus { text-decoration: none; background-color: $pager-hover-bg; } } .next { > a, > span { float: right; } } .previous { > a, > span { float: left; } } .disabled { > a, > a:hover, > a:focus, > span { color: $pager-disabled-color; background-color: $pager-bg; cursor: not-allowed; } } }
Version data entries
128 entries across 128 versions & 15 rubygems