Sha256: 06f3cda338d4e7836fa413e675cfc141e212fc04aa7ca8e51b715d0393c6ab92

Contents?: true

Size: 429 Bytes

Versions: 202

Compression:

Stored size: 429 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: #fff;
        background-color: $color;
        border-color: $color;
      }
    }
  }
}

Version data entries

202 entries across 202 versions & 15 rubygems

Version Path
jekyll-bootstrap-4.0.0 _sass/mixins/_list-group.scss
bootstrap-4.0.0 assets/stylesheets/bootstrap/mixins/_list-group.scss