Sha256: 6f94a53a65dccd3d14646c08cafb582d51686878c199e70674c57d515a390932
Contents?: true
Size: 784 Bytes
Versions: 13
Compression:
Stored size: 784 Bytes
Contents
#pagination { font-family: $Merriweather; display: block; overflow: visible; border-top: 1px solid #ccc; margin: 0px auto; width: 100%; text-transform: uppercase; font-size: 1.5em; padding: 30px 0 0 0; text-align: center; position: relative; a { color: $lightgrey; &:hover { color: $darkgrey; } } .newer, .older { position: absolute; display: inline-block; } .newer { left: 0px; } .older { right: 0px; } .prev, .first { float: left; padding: 0 10px; } .next, .last { float: right; padding: 0 10px; } .pages { font-size: 0.7em; color: lighten($lightgrey,30%); a { color: lighten($lightgrey,30%); &:hover { color: $lightgrey; } } .current { color: $lightgrey; font-size: 1.50em; } } }
Version data entries
13 entries across 13 versions & 1 rubygems