Sha256: 3ffa6b3bbf3116a3559da79a4bcf6a17ece10a26f781d1ded6e0e8e84e93cc6e
Contents?: true
Size: 699 Bytes
Versions: 9
Compression:
Stored size: 699 Bytes
Contents
.list-group-item { &.active { background-color: $list-group-active-bg; border-color: $list-group-active-border-color; } } @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: darken($background, 5%); } &.active { color: white; background-color: $color; border-color: $color; } } } } @each $color, $value in $theme-colors { @include list-group-item-variant($color, theme-color-level($color, -9), theme-color-level($color, 6)); }
Version data entries
9 entries across 9 versions & 1 rubygems