Files @ 5256aeeda337
Branch filter:

Location: symposion_app/static/src/bootstrap/scss/mixins/_badge.scss

Tobias Schulmann
Started dashboard design
@mixin badge-variant($bg) {
  color: color-yiq($bg);
  background-color: $bg;

  &[href] {
    @include hover-focus {
      color: color-yiq($bg);
      text-decoration: none;
      background-color: darken($bg, 10%);
    }
  }
}