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.
2014-12-10 11:36:38 +00:00
|
|
|
// Labels
|
|
|
|
|
|
|
|
@mixin label-variant($color) {
|
|
|
|
background-color: $color;
|
2015-08-12 07:06:27 +00:00
|
|
|
|
2014-12-10 11:36:38 +00:00
|
|
|
&[href] {
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
background-color: darken($color, 10%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|