Sha256: 6222472776aac8d853a803a641dcb5d12fa8a7e5a675c2986f67a85ace22fdb1
Contents?: true
Size: 784 Bytes
Versions: 4
Compression:
Stored size: 784 Bytes
Contents
// pagination .pagination { font-size: 12px; font-weight: bold; li { display: inline-block; margin-left: -4px; &:first-child { margin-left: 0; } } a { display: block; padding: 10px; min-height: 30px; min-width: 35px; border: 1px solid $c-border; text-align: center; color: $c-grey; @include gradient-vertical($start-color: $c-form-button-gradient-start, $end-color: $c-form-button-gradient-end); &:hover { color: $c-white; background: $c-custom-highlight; } } } .pagination-ellipsis { span { display: block; padding: 10px; min-height: 30px; min-width: 35px; border: 1px solid $c-border; text-align: center; color: $c-grey; background: $c-lightest_grey; } }
Version data entries
4 entries across 4 versions & 1 rubygems