Sha256: 3abe2f1d1e073d69e0606a41aee228c5fdc2eaf9f4cae08a97943b3d69bd5f81
Contents?: true
Size: 521 Bytes
Versions: 6
Compression:
Stored size: 521 Bytes
Contents
$size-width: 150px; .paginator-container { max-width: var(--contentWidth); width: 100%; display: flex; justify-content: space-between; } .paginator { width: $size-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
6 entries across 6 versions & 2 rubygems