Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: _badge.scss
/* ------------------------------------------------------------------------------ * * # Badge mixin * * Override and extend default badge mixin. * * ---------------------------------------------------------------------------- */ @mixin badge-variant($bg) { color: color-yiq($bg); background-color: $bg; @at-root a#{&} { @include hover-focus { color: color-yiq($bg); text-decoration: none; &:not(.badge-light) { box-shadow: $btn-dark-hover-box-shadow; } } } }