mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 07:33:50 +00:00
add entity 'user' to pills badge-entity
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* BADGES PERSON AND THIRDPARTY
|
||||
* BADGES USER, PERSON AND THIRDPARTY
|
||||
*/
|
||||
|
||||
span.badge-user,
|
||||
@@ -167,7 +167,7 @@ div[class*='activity-'] {
|
||||
}
|
||||
|
||||
/*
|
||||
* Specific badge rounded-pill
|
||||
* Pill badge by entity
|
||||
*/
|
||||
.badge {
|
||||
&.bg-person {
|
||||
@@ -175,5 +175,10 @@ div[class*='activity-'] {
|
||||
background-color: $chill-ll-gray;
|
||||
color: $chill-green;
|
||||
}
|
||||
&.bg-user {
|
||||
//@extend .$chill-ll-gray;
|
||||
background-color: $chill-ll-gray;
|
||||
color: $chill-blue;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user