Sha256: e17f9416c2ae76df2075781bcaecb2b4db98d8de0ca446d11b67e8c4bc7d1218
Contents?: true
Size: 546 Bytes
Versions: 10
Compression:
Stored size: 546 Bytes
Contents
// List Groups @mixin list-group-item-variant($state, $background, $color) { .list-group-item-#{$state} { color: $color; background-color: $background; } //scss-lint:disable QualifyingElement 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; } } // scss-lint:enable QualifyingElement }
Version data entries
10 entries across 10 versions & 5 rubygems