Sha256: 268492d55fce318a99982ff7079729266cdb455803f2730600e38c273466b474
Contents?: true
Size: 431 Bytes
Versions: 256
Compression:
Stored size: 431 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 { @include hover-focus { color: $color; background-color: darken($background, 5%); } &.active { color: $white; background-color: $color; border-color: $color; } } } }
Version data entries
256 entries across 254 versions & 39 rubygems