proposition for person/thirparty rounded-pill badge appearance

This commit is contained in:
2021-12-06 15:41:53 +01:00
parent 0617014e91
commit b888211ef9
4 changed files with 42 additions and 26 deletions

View File

@@ -162,6 +162,13 @@ div.activity-list {
}
/*
* Specific badge rounded-pill
*/
.badge {
&.bg-person {
//@extend .$chill-ll-gray;
background-color: $chill-ll-gray;
color: $chill-green;
}
}