Sha256: 595d447f71371df42953463ca90d287cfc510c275b2e426c2ebd4da873d399d3
Contents?: true
Size: 873 Bytes
Versions: 21
Compression:
Stored size: 873 Bytes
Contents
.list { list-style: none; margin: 0; padding: 0; } .list .list-item { border-bottom: 1px solid $light_gray; margin: 0; padding: 0; a { display: block; padding: 13px 10px; color: $darker_gray; i.icon-arrow-right-2 { float: right; color: $gray; } } a:hover { color: $blue; i.icon-arrow-right-2 { color: $darker_gray; } } &:nth-child(even) { background-color: $lightest_gray; } &:last-child { border-bottom: none; } } /* Sizes _________________________________________________________________ */ .list.medium { font-size: 16px; } .list.medium .list-item a { padding: 12px 15px; } .list.large { font-size: 18px; } .list.large .list-item a { padding: 15px 10px; } /* List Helpers _________________________________________________________________ */ ul.clean, ul.clean li { margin: 0; padding: 0; list-style: none; }
Version data entries
21 entries across 21 versions & 1 rubygems