Sha256: 37ff22eb5797cbeecefd4b41ea582cc1d21feae0e8d477c72e73f8e996c2dc46

Contents?: true

Size: 508 Bytes

Versions: 1

Compression:

Stored size: 508 Bytes

Contents

.blacklight-icons {
  display: inline-block;
  height: $font-size-base;
  vertical-align: text-top;
  width: $font-size-base;
}

@each $color, $value in $theme-colors {
  .btn-#{$color} {
    .blacklight-icons g {
      @include stroke-yiq(theme-color($color));
    }
  }

  .btn-outline-#{$color} {
    .blacklight-icons g {
      stroke: $value;
    }

    &.hover,
    &:hover,
    &:active,
    &.active {
      .blacklight-icons g {
        @include stroke-yiq(theme-color($color));
      }
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blacklight-7.0.0.rc1 app/assets/stylesheets/blacklight/_icons.scss