Sha256: 21cbfb1e7b53dd64983a4117be22f9efd65400493efd8f739f85f960d028ab8c
Contents?: true
Size: 618 Bytes
Versions: 11
Compression:
Stored size: 618 Bytes
Contents
// pagination .pagination { margin: 30px 0; font-size: 12px; font-weight: bold; a, .gap, .current { display: inline-block; padding: 10px; min-height: 30px; min-width: 35px; border: 1px solid $c-border; text-align: center; } a { @include gradient-vertical($start-color: $c-light-button-gradient-start, $end-color: $c-light-button-gradient-end); color: $c-mid-dark-grey; &:hover { color: $c-white; background: $c-custom-highlight; } } .gap { color: $c-mid-grey; } .current { color: $c-white; background: $c-custom-highlight; } }
Version data entries
11 entries across 11 versions & 2 rubygems