Sha256: a1770378616e3551d67ec5167fbe1437b8a199b1a4246ab363c9ad0c3d2f602a
Contents?: true
Size: 515 Bytes
Versions: 104
Compression:
Stored size: 515 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 #cee1f4; // 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: #eff5fc; }
Version data entries
104 entries across 104 versions & 2 rubygems