mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-16 04:30:11 +02:00
Style role memberships
This commit is contained in:
parent
8645035ecc
commit
5e22caab61
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user