| Current Path : /var/www/html/formulario.sumar.com.py/theme/boost/scss/bootstrap/mixins/ |
| Current File : /var/www/html/formulario.sumar.com.py/theme/boost/scss/bootstrap/mixins/_badge.scss |
@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);
}
}
}