Sha256: 7c2d2ced6905faca372f2f20933771dc7c03276b9003e9747877284d53f89a37
Contents?: true
Size: 466 Bytes
Versions: 29
Compression:
Stored size: 466 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; @include hover-focus { color: $color; background-color: darken($background, 5%); } &.active { color: #fff; background-color: $color; border-color: $color; } } }
Version data entries
29 entries across 27 versions & 6 rubygems