Sha256: 267e8b41730c644adc43fe3a7d764e2a26db5d47fbfd3a06097459fa41fdfec7
Contents?: true
Size: 680 Bytes
Versions: 18
Compression:
Stored size: 680 Bytes
Contents
.pagination { margin: 30px 30px; line-height: 20px; font-size: 14px; .content & { margin: 20px -2px; } a, .current, .disabled, .gap { display: inline-block; font-style: normal; margin: 0px 1px; text-decoration: none; padding: 2px; border-radius: 12px; min-width: 24px; text-align: center; } a:hover, a:focus { text-decoration: underline; } .current { //background: $c-blue; //color: $c-text-invert; font-weight: bold; } .disabled { color: $c-text-light; } .next, .previous { background: none; } .next { margin-left: 10px; } .previous { margin-right: 10px; } }
Version data entries
18 entries across 18 versions & 1 rubygems