Sha256: be41cf241d2c16953ce4d57443dd9f8bd37fa05aaab3d8696fa65a32493db8c7
Contents?: true
Size: 607 Bytes
Versions: 40
Compression:
Stored size: 607 Bytes
Contents
/*------------------------------------ Paginations ------------------------------------*/ // // Pagination v1 // /* Pagination v1 */ [class*="u-pagination-v1__item"] { transition: all .3s ease; } .u-pagination-v1__item { display: inline-block; text-align: center; text-decoration: none; &--active, &:hover, &:focus { text-decoration: none; cursor: pointer; } // Skip &--skip:hover, &--skip:focus { cursor: default; } // Info &--info:hover, &--info:focus { cursor: text; } // Disabled &--disabled { opacity: .5; pointer-events: none; } }
Version data entries
40 entries across 40 versions & 1 rubygems