Sha256: 3d843ca7c5a8decc998dd1f3fc647ef1700c66c5f7d02d331e1b27adedd01c51
Contents?: true
Size: 624 Bytes
Versions: 1
Compression:
Stored size: 624 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: var(--highlight-color); } } .gap { color: $c-mid-grey; } .current { color: $c-white; background: var(--highlight-color); } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fae-rails-3.0.0 | app/assets/stylesheets/fae/modules/tables/_pagination.scss |