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