Sha256: 587156f416f1385fb2170b210312c5d3eb75ed8979b06776e709df40d95ba747
Contents?: true
Size: 666 Bytes
Versions: 9
Compression:
Stored size: 666 Bytes
Contents
.pagination { margin: 30px 30px; line-height: 20px; font-size: 14px; & 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 { font-weight: bold; } & .disabled { color: var(--text-light-color); } & .next, & .previous { background: none; } & .next { margin-left: 10px; } & .previous { margin-right: 10px; } } .content .pagination { margin: 20px -2px; }
Version data entries
9 entries across 9 versions & 1 rubygems