Sha256: 67867d404657a7bc522c10431d8c668a581a05b0fc9a3499c34d0105115dbed2
Contents?: true
Size: 451 Bytes
Versions: 28
Compression:
Stored size: 451 Bytes
Contents
// List Groups @mixin list-group-item-variant($state, $background, $color) { .#{$prefix}list-group-item-#{$state} { color: $color; background-color: $background; &.#{$prefix}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
28 entries across 28 versions & 1 rubygems