Sha256: d4ebdc73139facb2c4336cdae92fd72056901b67f9336f1e9b0e10dd53c857a1
Contents?: true
Size: 1.23 KB
Versions: 6
Compression:
Stored size: 1.23 KB
Contents
/** * @copyright 2010-2014, The Titon Project * @license http://opensource.org/licenses/BSD-3-Clause * @link http://titon.io */ @import "../common"; .#{$vendor-prefix}pagination { margin: $margin 0; ul, ol { @include reset-list; @include clear-fix; } li { position: relative; float: left; margin-right: $padding / 2; > a { display: block; } &.is-active { z-index: 1; } } } //-------------------- Modifiers --------------------// .#{$vendor-prefix}pagination--grouped { @extend .#{$vendor-prefix}pagination; li { margin-left: -1px; margin-right: 0; &:first-child { margin-left: 0; } &:hover, > a:hover { z-index: 1; } > a { margin: 0; border-radius: 0; } } &.#{$shape-round-class} { ul, ol { border-radius: $round; } li:first-child > a { border-top-left-radius: $round; border-bottom-left-radius: $round; } li:last-child > a { border-top-right-radius: $round; border-bottom-right-radius: $round; } } }
Version data entries
6 entries across 6 versions & 1 rubygems