This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
2017-08-11 15:29:45 +00:00
|
|
|
@mixin badge-variant($bg) {
|
2017-10-23 09:53:15 +00:00
|
|
|
color: color-yiq($bg);
|
2017-08-11 15:29:45 +00:00
|
|
|
background-color: $bg;
|
2017-03-02 09:46:58 +00:00
|
|
|
|
|
|
|
&[href] {
|
|
|
|
@include hover-focus {
|
2017-10-23 09:53:15 +00:00
|
|
|
color: color-yiq($bg);
|
2017-08-11 15:29:45 +00:00
|
|
|
text-decoration: none;
|
|
|
|
background-color: darken($bg, 10%);
|
2017-03-02 09:46:58 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|