Sha256: a71a46b612b80b579790677e25b1fd97bef46275875253829bdf98392d783e87
Contents?: true
Size: 440 Bytes
Versions: 14
Compression:
Stored size: 440 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; } } .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
14 entries across 14 versions & 1 rubygems