All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scripts.node_modules.bootstrap.scss.mixins._badge.scss Maven / Gradle / Ivy

There is a newer version: 2.14
Show newest version
@mixin badge-variant($bg) {
  color: color-yiq($bg);
  background-color: $bg;

  @at-root a#{&} {
    @include hover-focus() {
      color: color-yiq($bg);
      background-color: darken($bg, 10%);
    }

    &:focus,
    &.focus {
      outline: 0;
      box-shadow: 0 0 0 $badge-focus-width rgba($bg, .5);
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy