Sha256: 9959ef1f5a23f11c95282f2c2358123f515a5026a64f405bef3808ce0f845e80
Contents?: true
Size: 494 Bytes
Versions: 10
Compression:
Stored size: 494 Bytes
Contents
.pagination { margin-top: 2em; .older, .newer { border: 1px solid var(--border-color); padding: 1em; } .older { border-top-left-radius: var(--border-radius); border-bottom-left-radius: var(--border-radius); border-top-right-radius: 0; border-bottom-right-radius: 0; } .newer { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: var(--border-radius); border-bottom-right-radius: var(--border-radius); } }
Version data entries
10 entries across 10 versions & 2 rubygems