Style role memberships

This commit is contained in:
Philipp Dorschner 2019-09-25 10:42:17 +02:00 committed by Johannes Meyer
parent 8645035ecc
commit 5e22caab61
1 changed files with 18 additions and 0 deletions

View File

@ -340,3 +340,21 @@ a:hover > .icon-cancel {
opacity: 1;
}
}
.role-memberships {
letter-spacing: -0.417em;
list-style-type: none;
margin: 0;
padding: 0;
> li {
display: inline-block;
letter-spacing: normal;
margin: 0;
padding: 0 0.25em 0 0;
&:last-child {
padding-right: 0;
}
}
}