Files
unity/resources/sass/user/components/bootstrap4/mixins/_badge.scss
T
glovetleong ad85832e75 user UI setup
user login UI
2021-07-06 11:54:00 +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%);
}
}
}