Sha256: dffb6ec3fa71ca02a2b42678ad5475d0fbfbaa7afa0ad85d8603fba09af6bcba
Contents?: true
Size: 542 Bytes
Versions: 15
Compression:
Stored size: 542 Bytes
Contents
$size-width: 150px; .paginator-container { max-width: var(--content-width); width: 100%; display: flex; justify-content: space-between; } .paginator { width: $size-width; a { display: block; font-size: 14px; line-height: 1.3; } img { object-fit: cover; width: 100%; height: 100px; } &.next a { text-align: right; } } .pull-left, .pull-right { color: var(--color-dark); display: flex; align-items: center; justify-content: flex-end; } .pull-left { flex-direction: row-reverse; }
Version data entries
15 entries across 15 versions & 1 rubygems