Files
unity/resources/sass/admin/components/bootstrap4/mixins/_badge.scss
T
glovetleong 8fa80e4a1a setup
2021-06-17 09:53:04 +08:00

12 lines
208 B
SCSS
Vendored

@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%);
}
}
}