Unify user list style in protocols table [SCI-8696] (#5644)

This commit is contained in:
artoscinote 2023-06-21 13:24:40 +02:00 committed by GitHub
parent de10f32b0f
commit a2dd887dc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,6 +105,7 @@
align-items: center;
color: var(--sn-black);
display: flex;
gap: .25rem;
&:hover {
text-decoration: none;
@ -113,34 +114,30 @@
.global-avatar-container {
align-items: center;
border: 2px solid $color-white;
display: flex;
height: 28px;
justify-content: center;
line-height: 28px;
margin-right: -.5em;
width: 28px;
}
.more-users {
background: $color-volcano;
border: 2px solid $color-white;
border-radius: 50%;
color: $color-white;
height: 32px;
line-height: 28px;
margin-right: -.5em;
height: 2em;
line-height: 2em;
margin-right: .25em;
text-align: center;
text-decoration: none;
width: 32px;
width: 2em;
}
.new-user {
background: $color-concrete;
margin-left: .75em;
text-align: center;
line-height: 24px;
height: 28px;
line-height: 24px;
text-align: center;
width: 28px;
}
}