Sha256: cd7ac50988d3a1e88ad71c124ca91b4e95164b75b67639c785e660d17b22a118
Contents?: true
Size: 526 Bytes
Versions: 21
Compression:
Stored size: 526 Bytes
Contents
// List Groups @mixin list-group-item-variant($state, $background, $color) { .list-group-item-#{$state} { color: $color; background-color: $background; } a.list-group-item-#{$state}, button.list-group-item-#{$state} { color: $color; .list-group-item-heading { color: inherit; } @include hover-focus { color: $color; background-color: darken($background, 5%); } &.active { color: #fff; background-color: $color; border-color: $color; } } }
Version data entries
21 entries across 21 versions & 4 rubygems