Sha256: 9f0164a4b8d45046acef2cc960d21581db22d810804b0992cf15306045b123bb

Contents?: true

Size: 433 Bytes

Versions: 224

Compression:

Stored size: 433 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

224 entries across 224 versions & 15 rubygems

Version Path
viniBaxter-spa_landing-0.3.0 lib/viniBaxter/sass/spa_landing/scss/mixins/_list-group.scss
viniBaxter-spa_landing-0.2.0 lib/viniBaxter/sass/spa_landing/scss/mixins/_list-group.scss
viniBaxter-spa_landing-0.1.0 lib/viniBaxter/sass/spa_landing/scss/mixins/_list-group.scss
bootstrap-4.4.1 assets/stylesheets/bootstrap/mixins/_list-group.scss