Sha256: 46bf37d8aa6d6735cadb9ba5efcfa2a146483f4ac287a4ac7ac8ad243b0f3c04
Contents?: true
Size: 439 Bytes
Versions: 11
Compression:
Stored size: 439 Bytes
Contents
// List Groups @mixin list-group-item-variant($state, $background, $color) { .list-group-item-#{$state} { color: $color; background-color: $background; &.list-group-item-action { &:hover, &:focus { color: $color; background-color: shade-color($background, 10%); } &.active { color: $white; background-color: $color; border-color: $color; } } } }
Version data entries
11 entries across 11 versions & 2 rubygems