Sha256: 047632ff8262ec1267f1cf474b1a3649705b8d8c896540019e0dbe0a0a86ad1b
Contents?: true
Size: 407 Bytes
Versions: 50
Compression:
Stored size: 407 Bytes
Contents
// // List groups // -------------------------------------------------- .list-group { border-top: 1px solid $list-group-top-border; .list-group-item:first-child { border-top: 0; } } .list-group-item { border-left: 0; border-right: 0; &.disabled, &.disabled:hover, &.disabled:focus { background-color: $list-group-disabled-bg; } } .list-group-item-heading { font-weight: 600; }
Version data entries
50 entries across 25 versions & 1 rubygems