mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-21 13:24:17 +00:00
12 lines
208 B
SCSS
Vendored
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%);
|
|
}
|
|
}
|
|
}
|