Sha256: 22393467778af5c741a2c5eef9e7a33fab5048676812fc08b4d391471449f6d6
Contents?: true
Size: 873 Bytes
Versions: 115
Compression:
Stored size: 873 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-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: $pagination-bg; cursor: not-allowed; } } }
Version data entries
115 entries across 115 versions & 11 rubygems