Sha256: df8e6e73e5067d0e82993a34c6ad758ad413a502bc404286a65cbe145fa1a94f
Contents?: true
Size: 525 Bytes
Versions: 1
Compression:
Stored size: 525 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 { 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: center; justify-content: flex-end; } .pull-left { flex-direction: row-reverse; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
askclass-course-theme-0.7.1 | _sass/_paginator.scss |