Sha256: b45ae4178dc8c36282552fef973cb0f4446b8a771df31bf64e9b7e918d5701c7
Contents?: true
Size: 526 Bytes
Versions: 104
Compression:
Stored size: 526 Bytes
Contents
.list-group { padding-left: 0; } .list-group-item { position: relative; display: block; padding: 10px 15px; // Place the border on the list items and negative margin up for better styling margin-bottom: -1px; border: 1px solid $color-border; // Round the first and last items &:first-child { @include border-top-radius(4px); } &:last-child { margin-bottom: 0; @include border-bottom-radius(4px); } } a.list-group-item:focus { text-decoration: none; background-color: $color-light; }
Version data entries
104 entries across 104 versions & 1 rubygems