Sha256: c496f71226942302d6603b14d765d783da4193b03ea12886b913ed2639f25f05
Contents?: true
Size: 318 Bytes
Versions: 101
Compression:
Stored size: 318 Bytes
Contents
@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); } } }
Version data entries
101 entries across 101 versions & 20 rubygems