concernedGroups display badges as clickable onthefly modal

This commit is contained in:
2021-12-10 12:06:23 +01:00
parent 97165c8389
commit 95caa998e3
2 changed files with 32 additions and 38 deletions

View File

@@ -2,6 +2,7 @@
* BADGES PERSON AND THIRDPARTY
*/
span.badge-user,
span.badge-person,
span.badge-thirdparty {
display: inline-block;
@@ -16,6 +17,10 @@ span.badge-thirdparty {
text-decoration: none;
}
}
span.badge-user {
border-bottom-width: 1px;
}
span.badge-person {
border-bottom-color: $chill-green;
}