Sha256: 7ebecca354f85746c0606eef2a5c55a19ce2b961f19145be6f1585ce72c9cfe1
Contents?: true
Size: 850 Bytes
Versions: 1
Compression:
Stored size: 850 Bytes
Contents
// // Pager pagination // -------------------------------------------------- @if $pager { .pager { margin: rhythm() 0; list-style: none; text-align: center; @include clearfix(); li { display: inline; a, span { display: inline-block; padding: $pager-padding; line-height: 1em; border-width: 1px; border-style: solid; @extend %pager-btn !optional; @include border-radius($base-border-radius); } a:hover, a:focus { text-decoration: none; @extend %pager-btn_hover !optional; } } [rel="next"], .next > a, .next > span { float: right; } [rel="prev"], .previous > a, .previous > span { float: left; } .disabled > a, .disabled > a:hover, .disabled > a:focus, .disabled > span { cursor: default; @extend %pager-btn_disabled !optional; } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rapido-css-0.0.1 | stylesheets/components/_pager.scss |