Sha256: d8a764f01fd64a23a2f034886c91f6375fc35a67c2d81b87458d165d6ce5b8e4
Contents?: true
Size: 766 Bytes
Versions: 1
Compression:
Stored size: 766 Bytes
Contents
/* =Pagination -----------------------------------------------------------------------------*/ .pagination { list-style: none; margin: 0; margin-left: 2px; margin-bottom: @base-line; font-size: @font-size-tools; .clearfix; & li { float: left; } & a, & span { padding: 4px 8px; line-height: @base-line; margin-right: 2px; border-radius: 2px; color: #000; text-decoration: none; } & span, & a.active, & a.active:hover { color: rgba(0, 0, 0, .6); background-color: rgba(0, 0, 0, .1); cursor: text; } & a:focus, & a:hover { .transition(); text-decoration: none; background-color: rgba(0, 0, 0, .1); color: rgba(0, 0, 0, .6); } &.centered { & li { float: none; display: inline-block; } text-align: center; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kube-rails-0.4.0 | vendor/kube/pagination.less |